#0E0E17

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

Shades of Black Russian #0E0E17

Tints of Black Russian #0E0E17

Color information

#0E0E17 (or 0x0E0E17) is unknown color: approx Black Russian. HEX triplet: 0E, 0E and 17. RGB value is (14,14,23). Sum of RGB (Red+Green+Blue) = 14+14+23=51 (6% of max value = 765). Red value is 14 (5.86% from 255 or 27.45% from 51); Green value is 14 (5.86% from 255 or 27.45% from 51); Blue value is 23 (9.38% from 255 or 45.10% from 51); Max value from RGB is 23 - color contains mainly: blue. Hex color #0E0E17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0E17 is #F1F1E8. Grayscale: #0E0E0E. Windows color (decimal): -15856105 or 1510926. OLE color: 1510926.

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

Color convert

RGB141423-
CMYK0.390.3900.91
HSL240º24.32%7.25%-
HSV(B)240º39.13%9.02%-
XYZ0.490.470.88-
YUV15.03132.5127.27-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 27.45%
GREEN value IS 14 (5.86% from 255) = 27.45%
BLUE value IS 23 (9.38% from 255) = 45.10%
R=27.45%
G=27.45%
B=45.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1414230.390.3900.9124024.327.25
HexEE17272705Bf0187
Octal16162747470133360307
Binary1110111010111100111100111010110111111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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