#120807

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

Shades of Black #120807

Tints of Black #120807

Color information

#120807 (or 0x120807) is unknown color: approx Black. HEX triplet: 12, 08 and 07. RGB value is (18,8,7). Sum of RGB (Red+Green+Blue) = 18+8+7=33 (4% of max value = 765). Red value is 18 (7.42% from 255 or 54.55% from 33); Green value is 8 (3.52% from 255 or 24.24% from 33); Blue value is 7 (3.12% from 255 or 21.21% from 33); Max value from RGB is 18 - color contains mainly: red. Hex color #120807 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120807 is #EDF7F8. Grayscale: #0A0A0A. Windows color (decimal): -15595513 or 460818. OLE color: 460818.

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

Color convert

RGB1887-
CMYK00.560.610.93
HSL5.45º44%4.9%-
HSV(B)5.45º61.11%7.06%-
XYZ0.370.320.24-
YUV10.88125.81133.08-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 54.55%
GREEN value IS 8 (3.52% from 255) = 24.24%
BLUE value IS 7 (3.12% from 255) = 21.21%
R=54.55%
G=24.24%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.61
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal188700.560.610.935.45444.9
Hex12870383D5D52c5
Octal22107070751355545
Binary10010100011101110001111011011101101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120807; }

 p { color: rgb(18,8,7); }

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

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

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

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

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

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

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