#120A08

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

Shades of Black #120A08

Tints of Black #120A08

Color information

#120A08 (or 0x120A08) is unknown color: approx Black. HEX triplet: 12, 0A and 08. RGB value is (18,10,8). Sum of RGB (Red+Green+Blue) = 18+10+8=36 (4% of max value = 765). Red value is 18 (7.42% from 255 or 50% from 36); Green value is 10 (4.30% from 255 or 27.78% from 36); Blue value is 8 (3.52% from 255 or 22.22% from 36); Max value from RGB is 18 - color contains mainly: red. Hex color #120A08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120A08 is #EDF5F7. Grayscale: #0C0C0C. Windows color (decimal): -15595000 or 526866. OLE color: 526866.

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

Color convert

RGB18108-
CMYK00.440.560.93
HSL12º38.46%5.1%-
HSV(B)12º55.56%7.06%-
XYZ0.40.360.28-
YUV12.16125.65132.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 50%
GREEN value IS 10 (4.30% from 255) = 27.78%
BLUE value IS 8 (3.52% from 255) = 22.22%
R=50%
G=27.78%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.56
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1810800.440.560.931238.465.1
Hex12A802C385Dc265
Octal2212100547013514465
Binary1001010101000010110011100010111011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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