#120D0D

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

Shades of Black #120D0D

Tints of Black #120D0D

Color information

#120D0D (or 0x120D0D) is unknown color: approx Black. HEX triplet: 12, 0D and 0D. RGB value is (18,13,13). Sum of RGB (Red+Green+Blue) = 18+13+13=44 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40.91% from 44); Green value is 13 (5.47% from 255 or 29.55% from 44); Blue value is 13 (5.47% from 255 or 29.55% from 44); Max value from RGB is 18 - color contains mainly: red. Hex color #120D0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120D0D is #EDF2F2. Grayscale: #0E0E0E. Windows color (decimal): -15594227 or 855314. OLE color: 855314.

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

Color convert

RGB181313-
CMYK00.280.280.93
HSL16.13%6.08%-
HSV(B)27.78%7.06%-
XYZ0.470.450.44-
YUV14.49127.16130.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 40.91%
GREEN value IS 13 (5.47% from 255) = 29.55%
BLUE value IS 13 (5.47% from 255) = 29.55%
R=40.91%
G=29.55%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18131300.280.280.93016.136.08
Hex12DD01C1C5D0106
Octal221515034341350206
Binary1001011011101011100111001011101010000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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