#120800

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

Shades of Black #120800

Tints of Black #120800

Color information

#120800 (or 0x120800) is unknown color: approx Black. HEX triplet: 12, 08 and 00. RGB value is (18,8,0). Sum of RGB (Red+Green+Blue) = 18+8+0=26 (3% of max value = 765). Red value is 18 (7.42% from 255 or 69.23% from 26); Green value is 8 (3.52% from 255 or 30.77% from 26); Blue value is 0 (0.39% from 255 or 0% from 26); Max value from RGB is 18 - color contains mainly: red. Hex color #120800 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120800 is #EDF7FF. Grayscale: #0A0A0A. Windows color (decimal): -15595520 or 2066. OLE color: 2066.

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

Color convert

RGB1880-
CMYK00.5610.93
HSL26.67º100%3.53%-
HSV(B)26.67º100%7.06%-
XYZ0.340.30.04-
YUV10.08122.31133.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 69.23%
GREEN value IS 8 (3.52% from 255) = 30.77%
BLUE value IS 0 (0.39% from 255) = 0%
R=69.23%
G=30.77%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 1
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal188000.5610.9326.671003.53
Hex1280038645D1b644
Octal22100070144135331444
Binary1001010000011100011001001011101110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120800; }

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

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

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

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

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

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

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

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