#0E0905

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

Shades of Black #0E0905

Tints of Black #0E0905

Color information

#0E0905 (or 0x0E0905) is unknown color: approx Black. HEX triplet: 0E, 09 and 05. RGB value is (14,9,5). Sum of RGB (Red+Green+Blue) = 14+9+5=28 (3% of max value = 765). Red value is 14 (5.86% from 255 or 50% from 28); Green value is 9 (3.91% from 255 or 32.14% from 28); Blue value is 5 (2.34% from 255 or 17.86% from 28); Max value from RGB is 14 - color contains mainly: red. Hex color #0E0905 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0905 is #F1F6FA. Grayscale: #0A0A0A. Windows color (decimal): -15857403 or 329998. OLE color: 329998.

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

Color convert

RGB1495-
CMYK00.360.640.95
HSL26.67º47.37%3.73%-
HSV(B)26.67º64.29%5.49%-
XYZ0.310.30.19-
YUV10.04125.16130.83-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 50%
GREEN value IS 9 (3.91% from 255) = 32.14%
BLUE value IS 5 (2.34% from 255) = 17.86%
R=50%
G=32.14%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.64
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal149500.360.640.9526.6747.373.73
HexE95024405F1b2f4
Octal1611504410013733574
Binary1110100110101001001000000101111111011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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