#120D0A

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

Shades of Black #120D0A

Tints of Black #120D0A

Color information

#120D0A (or 0x120D0A) is unknown color: approx Black. HEX triplet: 12, 0D and 0A. RGB value is (18,13,10). Sum of RGB (Red+Green+Blue) = 18+13+10=41 (5% of max value = 765). Red value is 18 (7.42% from 255 or 43.90% from 41); Green value is 13 (5.47% from 255 or 31.71% from 41); Blue value is 10 (4.30% from 255 or 24.39% from 41); Max value from RGB is 18 - color contains mainly: red. Hex color #120D0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120D0A is #EDF2F5. Grayscale: #0E0E0E. Windows color (decimal): -15594230 or 658706. OLE color: 658706.

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

Color convert

RGB181310-
CMYK00.280.440.93
HSL22.5º28.57%5.49%-
HSV(B)22.5º44.44%7.06%-
XYZ0.450.440.35-
YUV14.15125.66130.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 43.90%
GREEN value IS 13 (5.47% from 255) = 31.71%
BLUE value IS 10 (4.30% from 255) = 24.39%
R=43.90%
G=31.71%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.44
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18131000.280.440.9322.528.575.49
Hex12DA01C2C5D161d5
Octal2215120345413526355
Binary100101101101001110010110010111011011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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