#120C0A

Color #120C0A Black (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black #120C0A

Tints of Black #120C0A

Color information

#120C0A (or 0x120C0A) is unknown color: approx Black. HEX triplet: 12, 0C and 0A. RGB value is (18,12,10). Sum of RGB (Red+Green+Blue) = 18+12+10=40 (5% of max value = 765). Red value is 18 (7.42% from 255 or 45% from 40); Green value is 12 (5.08% from 255 or 30% from 40); Blue value is 10 (4.30% from 255 or 25% from 40); Max value from RGB is 18 - color contains mainly: red. Hex color #120C0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120C0A is #EDF3F5. Grayscale: #0D0D0D. Windows color (decimal): -15594486 or 658450. OLE color: 658450.

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

Color convert

RGB181210-
CMYK00.330.440.93
HSL15º28.57%5.49%-
HSV(B)15º44.44%7.06%-
XYZ0.440.410.34-
YUV13.57125.99131.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 45%
GREEN value IS 12 (5.08% from 255) = 30%
BLUE value IS 10 (4.30% from 255) = 25%
R=45%
G=30%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18121000.330.440.931528.575.49
Hex12CA0212C5Df1d5
Octal2214120415413517355
Binary100101100101001000011011001011101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #120C0A;
 }
 .AnyTagClassName
 {
   color: #120C0A;
 }
</style>
background-color css

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

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

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

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

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

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