#0E0909

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

Shades of Black #0E0909

Tints of Black #0E0909

Color information

#0E0909 (or 0x0E0909) is unknown color: approx Black. HEX triplet: 0E, 09 and 09. RGB value is (14,9,9). Sum of RGB (Red+Green+Blue) = 14+9+9=32 (4% of max value = 765). Red value is 14 (5.86% from 255 or 43.75% from 32); Green value is 9 (3.91% from 255 or 28.12% from 32); Blue value is 9 (3.91% from 255 or 28.12% from 32); Max value from RGB is 14 - color contains mainly: red. Hex color #0E0909 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0909 is #F1F6F6. Grayscale: #0A0A0A. Windows color (decimal): -15857399 or 592142. OLE color: 592142.

HSL color Cylindrical-coordinate representation of color #0E0909: hue angle of 0º 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 #0E0909 is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.95.

Color convert

RGB1499-
CMYK00.360.360.95
HSL21.74%4.51%-
HSV(B)35.71%5.49%-
XYZ0.330.310.3-
YUV10.5127.16130.5-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 43.75%
GREEN value IS 9 (3.91% from 255) = 28.12%
BLUE value IS 9 (3.91% from 255) = 28.12%
R=43.75%
G=28.12%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal149900.360.360.95021.744.51
HexE99024245F0165
Octal161111044441370265
Binary11101001100101001001001001011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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