#120A00

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

Shades of Black #120A00

Tints of Black #120A00

Color information

#120A00 (or 0x120A00) is unknown color: approx Black. HEX triplet: 12, 0A and 00. RGB value is (18,10,0). Sum of RGB (Red+Green+Blue) = 18+10+0=28 (3% of max value = 765). Red value is 18 (7.42% from 255 or 64.29% from 28); Green value is 10 (4.30% from 255 or 35.71% from 28); Blue value is 0 (0.39% from 255 or 0% from 28); Max value from RGB is 18 - color contains mainly: red. Hex color #120A00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120A00 is #EDF5FF. Grayscale: #0B0B0B. Windows color (decimal): -15595008 or 2578. OLE color: 2578.

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

Color convert

RGB18100-
CMYK00.4410.93
HSL33.33º100%3.53%-
HSV(B)33.33º100%7.06%-
XYZ0.360.350.05-
YUV11.25121.65132.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 64.29%
GREEN value IS 10 (4.30% from 255) = 35.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.29%
G=35.71%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 1
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1810000.4410.9333.331003.53
Hex12A002C645D21644
Octal22120054144135411444
Binary10010101000101100110010010111011000011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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