#120A0A

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

Shades of Black #120A0A

Tints of Black #120A0A

Color information

#120A0A (or 0x120A0A) is unknown color: approx Black. HEX triplet: 12, 0A and 0A. RGB value is (18,10,10). Sum of RGB (Red+Green+Blue) = 18+10+10=38 (5% of max value = 765). Red value is 18 (7.42% from 255 or 47.37% from 38); Green value is 10 (4.30% from 255 or 26.32% from 38); Blue value is 10 (4.30% from 255 or 26.32% from 38); Max value from RGB is 18 - color contains mainly: red. Hex color #120A0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120A0A is #EDF5F5. Grayscale: #0C0C0C. Windows color (decimal): -15594998 or 657938. OLE color: 657938.

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

Color convert

RGB181010-
CMYK00.440.440.93
HSL28.57%5.49%-
HSV(B)44.44%7.06%-
XYZ0.410.370.34-
YUV12.39126.65132-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 47.37%
GREEN value IS 10 (4.30% from 255) = 26.32%
BLUE value IS 10 (4.30% from 255) = 26.32%
R=47.37%
G=26.32%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18101000.440.440.93028.575.49
Hex12AA02C2C5D01d5
Octal221212054541350355
Binary100101010101001011001011001011101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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