#0E0D15

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

Shades of Black Russian #0E0D15

Tints of Black Russian #0E0D15

Color information

#0E0D15 (or 0x0E0D15) is unknown color: approx Black Russian. HEX triplet: 0E, 0D and 15. RGB value is (14,13,21). Sum of RGB (Red+Green+Blue) = 14+13+21=48 (6% of max value = 765). Red value is 14 (5.86% from 255 or 29.17% from 48); Green value is 13 (5.47% from 255 or 27.08% from 48); Blue value is 21 (8.59% from 255 or 43.75% from 48); Max value from RGB is 21 - color contains mainly: blue. Hex color #0E0D15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0D15 is #F1F2EA. Grayscale: #0E0E0E. Windows color (decimal): -15856363 or 1379598. OLE color: 1379598.

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

Color convert

RGB141321-
CMYK0.330.3800.92
HSL247.5º23.53%6.67%-
HSV(B)247.5º38.1%8.24%-
XYZ0.460.440.77-
YUV14.21131.83127.85-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 29.17%
GREEN value IS 13 (5.47% from 255) = 27.08%
BLUE value IS 21 (8.59% from 255) = 43.75%
R=29.17%
G=27.08%
B=43.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1413210.330.3800.92247.523.536.67
HexED15212605Cf8187
Octal16152541460134370307
Binary1110110110101100001100110010111001111100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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