#0B0E14

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

Shades of Black Russian #0B0E14

Tints of Black Russian #0B0E14

Color information

#0B0E14 (or 0x0B0E14) is unknown color: approx Black Russian. HEX triplet: 0B, 0E and 14. RGB value is (11,14,20). Sum of RGB (Red+Green+Blue) = 11+14+20=45 (5% of max value = 765). Red value is 11 (4.69% from 255 or 24.44% from 45); Green value is 14 (5.86% from 255 or 31.11% from 45); Blue value is 20 (8.20% from 255 or 44.44% from 45); Max value from RGB is 20 - color contains mainly: blue. Hex color #0B0E14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0E14 is #F4F1EB. Grayscale: #0D0D0D. Windows color (decimal): -16052716 or 1314315. OLE color: 1314315.

HSL color Cylindrical-coordinate representation of color #0B0E14: hue angle of 220º degrees, saturation: 0.29, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #0B0E14 is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB111420-
CMYK0.450.3000.92
HSL220º29.03%6.08%-
HSV(B)220º45%7.84%-
XYZ0.420.440.72-
YUV13.79131.51126.01-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 24.44%
GREEN value IS 14 (5.86% from 255) = 31.11%
BLUE value IS 20 (8.20% from 255) = 44.44%
R=24.44%
G=31.11%
B=44.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1114200.450.3000.9222029.036.08
HexBE142D1E05Cdc1d6
Octal13162455360134334356
Binary101111101010010110111110010111001101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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