Html Css Color HEX #120B06 Black

📋 copy color: '#120B06'

red 18 ◦ green 11 ◦ blue 6

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

Shades of Black #120B06

Tints of Black #120B06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 17.14%

R = 51.43%
G = 31.43%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.93

RGB Variations

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

Color information

#120B06 (or 0x120B06) is known color: Black. HEX triplet: 12, 0B and 06. RGB value is (18,11,6). Sum of RGB (Red+Green+Blue) = 18+11+6=35 (4% of max value = 765). Red value is 18 (7.42% from 255 or 51.43% from 35); Green value is 11 (4.69% from 255 or 31.43% from 35); Blue value is 6 (2.73% from 255 or 17.14% from 35); Max value from RGB is 18 - color contains mainly: red. Hex color #120B06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120B06 is #EDF4F9. Grayscale: #0C0C0C. Windows color (decimal): -15594746 or 396050. OLE color: 396050.

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

Color convert

RGB 18 11 6 -
CMYK 0 0.39 0.67 0.93
HSL 25º 0.5% 0.05% -
HSV(B) 25º 0.67% 0.07% -
XYZ 0.4 0.38 0.22 -
YUV 12.52 124.32 131.91 -
System Red Green Blue C M Y K H S L
Decimal 18 11 6 0 0.39 0.67 0.93 25 0.5 0.05
Hex 12 B 6 0 27 43 5D 19 32 5
Octal 22 13 6 0 47 103 135 31 62 5
Binary 10010 1011 110 0 100111 1000011 1011101 11001 110010 101

Color Harmonies of #120B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120B06

Black with #120B06

Text Example


Text Example

White with #120B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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