COLOR #011823

HEX: #011823 RGB: (1,24,35)

Color info

#011823 contains red, green and blue colors in about the same proportion. Web safe color of #011823 is #000033 (or #003).

RGB color model

#011823 color RGB value is (1,24,35).

RGB: (1,24,35) (0%, 9%, 14%)

RGB channels and saturation

R 1 of 255 = 0%
G 24 of 255 = 9%
B 35 of 255 = 14%

1
24
35

R + G + B ~ 8%. #011823 is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 24 + 35 = 60 (100%)
R 1 of 60 ~ 1.67%
G 24 of 60 ~ 40%
B 35 of 60 ~ 58.33'%

%40
%58.33

CMYK color model

#011823 color CMYK value is (97,31,0,86).

  • cyan value is 97.14%
  • magenta value is 31.43%
  • yellow value is 0.00%
  • key color value is 86.27%
CMYK: (97,31,0,86) C97M31Y0K86 (97%,31%,0%,86%) (0.97/0.31/0.00/0.86) 

CMYK percentages

%97.14
%31.43
%0
%86.27

Codes

Color #011823 in popluar color models

01 18 23
RGB 1 24 35
HSL 199° 94.44% 7.06%
HSB/HSV 199° 97.14% 13.73%
CMYK 97.14% 31.43% 0.00%
86.27%

Color #011823 in popluar number systems.

HEX 01 18 23
Decimal 1 24 35
Binary 1 11000 100011
Octal 1 30 43

Shades and tints

Shades of #011823

#011823
(1,24,35)
#011620
(1,22,32)
#01141D
(1,20,29)
#01121A
(1,18,26)
#011017
(1,16,23)
#010E14
(1,14,20)
#010C11
(1,12,17)
#010A0E
(1,10,14)
#01080B
(1,8,11)
#010608
(1,6,8)
#010405
(1,4,5)
#000000
(0,0,0)

Tints of #011823

#011823
(1,24,35)
#182D37
(24,45,55)
#2F424B
(47,66,75)
#46575F
(70,87,95)
#5D6C73
(93,108,115)
#748187
(116,129,135)
#8B969B
(139,150,155)
#A2ABAF
(162,171,175)
#B9C0C3
(185,192,195)
#D0D5D7
(208,213,215)
#E7EAEB
(231,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #011823 color. Also use rgb(1,24,35) instead hex code.

Text Font Color

.myTextColor { color: #011823; }

<p style="color:#011823">This sample text font color is #011823.</p>

This text font color is #011823.

Background Color

.myBgColor { background-color: #011823; }

<div style="background-color:#011823">Inner text</div>

This div background color is #011823.

Border color

.myBorderColor { border: 1px solid #011823; }

<div style="border:3px solid #011823">Div</div>

This div border color is #011823.

Opacity

.myOpacity80 { color: #011823; opacity: 0.8; }

<p style="color:#011823;opacity:0.8;">80%</p>

Text with #011823 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #011823;}

<p style="text-shadow: 3px 3px 1px #011823">Text here.</p>

This text has shadow with #011823 color.


.textShadow {text-shadow: 3px 3px 1px #011823', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #011823, 5px 5px 20px red">Text here.</p>

This text has shadow with #011823 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#011823, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#011823, Direction=45, Strength=4)">Text</p>

This text has shadow with #011823 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #011823;
-webkit-box-shadow: 1px 1px 3px 2px #011823;
box-shadow: 1px 1px 3px 2px #011823;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #011823; -webkit-box-shadow: 1px 1px 3px 2px #011823; box-shadow:1px 1px 3px 2px #011823;">
Div content here
</div>

This div box has shadow with color #011823.

Preview

Color preview on black background

This text has color #011823 on black background.


Color preview on white background

This text has color #011823 on white background.


Black color preview on #011823 background

This text has black color on #011823 background.


White color preview on #011823 background

This text has white color on #011823 background.


Related colors

Complementary color

Complementary color for #hex is #FEE7DC.


I love getcolorcode.com

Triadic colors

1 #230118 and #182301 with #011823 are triadic colors.

2 #231801 and #180123 with #011823 are triadic colors.