#120908

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

Shades of Black #120908

Tints of Black #120908

Color information

#120908 (or 0x120908) is unknown color: approx Black. HEX triplet: 12, 09 and 08. RGB value is (18,9,8). Sum of RGB (Red+Green+Blue) = 18+9+8=35 (4% of max value = 765). Red value is 18 (7.42% from 255 or 51.43% from 35); Green value is 9 (3.91% from 255 or 25.71% from 35); Blue value is 8 (3.52% from 255 or 22.86% from 35); Max value from RGB is 18 - color contains mainly: red. Hex color #120908 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120908 is #EDF6F7. Grayscale: #0B0B0B. Windows color (decimal): -15595256 or 526610. OLE color: 526610.

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

Color convert

RGB1898-
CMYK00.50.560.93
HSL38.46%5.1%-
HSV(B)55.56%7.06%-
XYZ0.390.340.28-
YUV11.58125.98132.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 51.43%
GREEN value IS 9 (3.91% from 255) = 25.71%
BLUE value IS 8 (3.52% from 255) = 22.86%
R=51.43%
G=25.71%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.56
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal189800.50.560.93638.465.1
Hex1298032385D6265
Octal221110062701356465
Binary100101001100001100101110001011101110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120908; }

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

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

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

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

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

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

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

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