#0E0B08

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

Shades of Black #0E0B08

Tints of Black #0E0B08

Color information

#0E0B08 (or 0x0E0B08) is unknown color: approx Black. HEX triplet: 0E, 0B and 08. RGB value is (14,11,8). Sum of RGB (Red+Green+Blue) = 14+11+8=33 (4% of max value = 765). Red value is 14 (5.86% from 255 or 42.42% from 33); Green value is 11 (4.69% from 255 or 33.33% from 33); Blue value is 8 (3.52% from 255 or 24.24% from 33); Max value from RGB is 14 - color contains mainly: red. Hex color #0E0B08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0B08 is #F1F4F7. Grayscale: #0B0B0B. Windows color (decimal): -15856888 or 527118. OLE color: 527118.

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

Color convert

RGB14118-
CMYK00.210.430.95
HSL30º27.27%4.31%-
HSV(B)30º42.86%5.49%-
XYZ0.340.350.28-
YUV11.56125.99129.74-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 42.42%
GREEN value IS 11 (4.69% from 255) = 33.33%
BLUE value IS 8 (3.52% from 255) = 24.24%
R=42.42%
G=33.33%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal1411800.210.430.953027.274.31
HexEB80152B5F1e1b4
Octal1613100255313736334
Binary11101011100001010110101110111111111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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