Html Css Color HEX #120B08 Black

📋 copy color: '#120B08'

red 18 ◦ green 11 ◦ blue 8

#120B08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black #120B08

Tints of Black #120B08

RGB

 RED value IS 18 (7.42% from 255) = 48.65%

 GREEN value IS 11 (4.69% from 255) = 29.73%

 BLUE value IS 8 (3.52% from 255) = 21.62%

R = 48.65%
G = 29.73%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.93

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#120B08 (or 0x120B08) is known color: Black. HEX triplet: 12, 0B and 08. RGB value is (18,11,8). Sum of RGB (Red+Green+Blue) = 18+11+8=37 (4% of max value = 765). Red value is 18 (7.42% from 255 or 48.65% from 37); Green value is 11 (4.69% from 255 or 29.73% from 37); Blue value is 8 (3.52% from 255 or 21.62% from 37); Max value from RGB is 18 - color contains mainly: red. Hex color #120B08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120B08 is #EDF4F7. Grayscale: #0C0C0C. Windows color (decimal): -15594744 or 527122. OLE color: 527122.

HSL color Cylindrical-coordinate representation of color #120B08: hue angle of 18º degrees, saturation: 0.38, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #120B08 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.93.

Color convert

RGB 18 11 8 -
CMYK 0 0.39 0.56 0.93
HSL 18º 0.38% 0.05% -
HSV(B) 18º 0.56% 0.07% -
XYZ 0.41 0.39 0.28 -
YUV 12.75 125.32 131.74 -
System Red Green Blue C M Y K H S L
Decimal 18 11 8 0 0.39 0.56 0.93 18 0.38 0.05
Hex 12 B 8 0 27 38 5D 12 26 5
Octal 22 13 10 0 47 70 135 22 46 5
Binary 10010 1011 1000 0 100111 111000 1011101 10010 100110 101

Color Harmonies of #120B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120B08

Black with #120B08

Text Example


Text Example

White with #120B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120B08; }

 p { color: rgb(18,11,8); }

 H1.HeaderClassName
 {
   color: #120B08;
 }
 .AnyTagClassName
 {
   color: #120B08;
 }
</style>

background-color css

<style>
 a { background-color: #120B08; }

 a { background-color: rgb(18,11,8); }

 div.DivClassName
 {
   background-color: #120B08;
 }
 .BgClassName
 {
   background-color: #120B08;
 }
</style>

border-color css

<style>
 span { border-color: #120B08; }

 span { border-color: rgb(18,11,8); }

 td.TdClassName
 {
   border-color: #120B08;
 }
 .TagClassName
 {
   border-color: #120B08;
 }
</style>