#0E0E15

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

Shades of Black Russian #0E0E15

Tints of Black Russian #0E0E15

Color information

#0E0E15 (or 0x0E0E15) is unknown color: approx Black Russian. HEX triplet: 0E, 0E and 15. RGB value is (14,14,21). Sum of RGB (Red+Green+Blue) = 14+14+21=49 (6% of max value = 765). Red value is 14 (5.86% from 255 or 28.57% from 49); Green value is 14 (5.86% from 255 or 28.57% from 49); Blue value is 21 (8.59% from 255 or 42.86% from 49); Max value from RGB is 21 - color contains mainly: blue. Hex color #0E0E15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0E15 is #F1F1EA. Grayscale: #0E0E0E. Windows color (decimal): -15856107 or 1379854. OLE color: 1379854.

HSL color Cylindrical-coordinate representation of color #0E0E15: hue angle of 240º degrees, saturation: 0.2, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #0E0E15 is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB141421-
CMYK0.330.3300.92
HSL240º20%6.86%-
HSV(B)240º33.33%8.24%-
XYZ0.470.460.77-
YUV14.8131.5127.43-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 28.57%
GREEN value IS 14 (5.86% from 255) = 28.57%
BLUE value IS 21 (8.59% from 255) = 42.86%
R=28.57%
G=28.57%
B=42.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1414210.330.3300.92240206.86
HexEE15212105Cf0147
Octal16162541410134360247
Binary1110111010101100001100001010111001111000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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