#0E0806

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

Shades of Black #0E0806

Tints of Black #0E0806

Color information

#0E0806 (or 0x0E0806) is unknown color: approx Black. HEX triplet: 0E, 08 and 06. RGB value is (14,8,6). Sum of RGB (Red+Green+Blue) = 14+8+6=28 (3% of max value = 765). Red value is 14 (5.86% from 255 or 50% from 28); Green value is 8 (3.52% from 255 or 28.57% from 28); Blue value is 6 (2.73% from 255 or 21.43% from 28); Max value from RGB is 14 - color contains mainly: red. Hex color #0E0806 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0806 is #F1F7F9. Grayscale: #090909. Windows color (decimal): -15857658 or 395278. OLE color: 395278.

HSL color Cylindrical-coordinate representation of color #0E0806: hue angle of 15º degrees, saturation: 0.4, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0E0806 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.95.

Color convert

RGB1486-
CMYK00.430.570.95
HSL15º40%3.92%-
HSV(B)15º57.14%5.49%-
XYZ0.30.280.21-
YUV9.57125.99131.16-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 50%
GREEN value IS 8 (3.52% from 255) = 28.57%
BLUE value IS 6 (2.73% from 255) = 21.43%
R=50%
G=28.57%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.57
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal148600.430.570.9515403.92
HexE8602B395Ff284
Octal161060537113717504
Binary11101000110010101111100110111111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,8,6); }

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

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

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

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

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

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

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