COLOR #18090A

HEX: #18090A
RGB: (24,9,10)

Color info

#18090A contains red, green and blue colors in about the same proportion. Web safe color of #18090A is #000000 (or #000).

RGB color model

#18090A color RGB value is (24,9,10).

  • red value is 24;
  • green value is 9;
  • blue value is 10.
RGB:
(24,9,10)
(9%,4%,4%)

RGB channels and saturation

R 24 of 255 = 9%
G 9 of 255 = 4%
B 10 of 255 = 4%

24
9
10

R + G + B ~ 6%. #18090A is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 9 + 10 = 43 (100%)
R 24 of 43 ~ 55.81%
G 9 of 43 ~ 20.93%
B 10 of 43 ~ 23.26%

%55.81
%20.93
%23.26

CMYK color model

#18090A color CMYK value is (0,63,58,91).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 58.33%
  • key color value is 90.59%
CMYK:
(0,63,58,91)
C0M63Y58K91 
(0%,63%,58%,91%)
(0.00/0.63/0.58/0.91)	

CMYK percentages

%0
%62.5
%58.33
%90.59

Codes

Color #18090A in popluar color models

18090A
RGB24910
HSL356°45.45%6.47%
HSB/HSV356°62.50%9.41%
CMYK0.00%62.50%58.33%
90.59%

Color #18090A in popluar number systems.

HEX18090A
Decimal24910
Binary1100010011010
Octal301112

Shades and tints

Shades of #18090A

#18090A
(24,9,10)
#16090A
(22,9,10)
#14090A
(20,9,10)
#12090A
(18,9,10)
#10090A
(16,9,10)
#0E090A
(14,9,10)
#0C090A
(12,9,10)
#0A090A
(10,9,10)
#08090A
(8,9,10)
#06090A
(6,9,10)
#04090A
(4,9,10)
#000000
(0,0,0)

Tints of #18090A

#18090A
(24,9,10)
#2D1F20
(45,31,32)
#423536
(66,53,54)
#574B4C
(87,75,76)
#6C6162
(108,97,98)
#817778
(129,119,120)
#968D8E
(150,141,142)
#ABA3A4
(171,163,164)
#C0B9BA
(192,185,186)
#D5CFD0
(213,207,208)
#EAE5E6
(234,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18090A color. Also use rgb(24,9,10) instead hex code.

Text Font Color

.myTextColor { color: #18090A; }

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

This text font color is #18090A.


Background Color

.myBgColor { background-color: #18090A; }

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

This div background color is #18090A.


Border color

.myBorderColor { border: 1px solid #18090A; }

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

This div border color is #18090A.


Opacity

.myOpacity80 { color: #18090A; opacity: 0.8; }

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

Text with #18090A 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 #18090A;}

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

This text has shadow with #18090A color.

.textShadow {text-shadow: 3px 3px 1px #18090A, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #18090A;
-webkit-box-shadow: 1px 1px 3px 2px #18090A;
box-shadow:1px 1px 3px 2px #18090A;">
Div content here</div>
This div box has shadow with color #18090A.

Preview

Color preview on black background

This text has color #18090A on black background.


Color preview on white background

This text has color #18090A on white background.



Black color preview on #18090A background

This text has black color on #18090A background.


White color preview on #18090A background

This text has white color on #18090A background.