Html Css Color HEX #120C06 Black

📋 copy color: '#120C06'

red 18 ◦ green 12 ◦ blue 6

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

Shades of Black #120C06

Tints of Black #120C06

RGB

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

 GREEN value IS 12 (5.08% from 255) = 33.33%

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

R = 50%
G = 33.33%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.93

RGB Variations

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

Color information

#120C06 (or 0x120C06) is known color: Black. HEX triplet: 12, 0C and 06. RGB value is (18,12,6). Sum of RGB (Red+Green+Blue) = 18+12+6=36 (4% of max value = 765). Red value is 18 (7.42% from 255 or 50% from 36); Green value is 12 (5.08% from 255 or 33.33% from 36); Blue value is 6 (2.73% from 255 or 16.67% from 36); Max value from RGB is 18 - color contains mainly: red. Hex color #120C06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120C06 is #EDF3F9. Grayscale: #0D0D0D. Windows color (decimal): -15594490 or 396306. OLE color: 396306.

HSL color Cylindrical-coordinate representation of color #120C06: hue angle of 30º 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 #120C06 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.93.

Color convert

RGB 18 12 6 -
CMYK 0 0.33 0.67 0.93
HSL 30º 0.5% 0.05% -
HSV(B) 30º 0.67% 0.07% -
XYZ 0.41 0.4 0.23 -
YUV 13.11 123.99 131.49 -
System Red Green Blue C M Y K H S L
Decimal 18 12 6 0 0.33 0.67 0.93 30 0.5 0.05
Hex 12 C 6 0 21 43 5D 1E 32 5
Octal 22 14 6 0 41 103 135 36 62 5
Binary 10010 1100 110 0 100001 1000011 1011101 11110 110010 101

Color Harmonies of #120C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120C06

Black with #120C06

Text Example


Text Example

White with #120C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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