#0E0A09

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

Shades of Black #0E0A09

Tints of Black #0E0A09

Color information

#0E0A09 (or 0x0E0A09) is unknown color: approx Black. HEX triplet: 0E, 0A and 09. RGB value is (14,10,9). Sum of RGB (Red+Green+Blue) = 14+10+9=33 (4% of max value = 765). Red value is 14 (5.86% from 255 or 42.42% from 33); Green value is 10 (4.30% from 255 or 30.30% from 33); Blue value is 9 (3.91% from 255 or 27.27% from 33); Max value from RGB is 14 - color contains mainly: red. Hex color #0E0A09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0A09 is #F1F5F6. Grayscale: #0B0B0B. Windows color (decimal): -15857143 or 592398. OLE color: 592398.

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

Color convert

RGB14109-
CMYK00.290.360.95
HSL12º21.74%4.51%-
HSV(B)12º35.71%5.49%-
XYZ0.340.330.3-
YUV11.08126.83130.08-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 42.42%
GREEN value IS 10 (4.30% from 255) = 30.30%
BLUE value IS 9 (3.91% from 255) = 27.27%
R=42.42%
G=30.30%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal1410900.290.360.951221.744.51
HexEA901D245Fc165
Octal1612110354413714265
Binary1110101010010111011001001011111110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E0A09; }

 p { color: rgb(14,10,9); }

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

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

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

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

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

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

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