#0E0B1B

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

Shades of Black Russian #0E0B1B

Tints of Black Russian #0E0B1B

Color information

#0E0B1B (or 0x0E0B1B) is unknown color: approx Black Russian. HEX triplet: 0E, 0B and 1B. RGB value is (14,11,27). Sum of RGB (Red+Green+Blue) = 14+11+27=52 (6% of max value = 765). Red value is 14 (5.86% from 255 or 26.92% from 52); Green value is 11 (4.69% from 255 or 21.15% from 52); Blue value is 27 (10.94% from 255 or 51.92% from 52); Max value from RGB is 27 - color contains mainly: blue. Hex color #0E0B1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0B1B is #F1F4E4. Grayscale: #0D0D0D. Windows color (decimal): -15856869 or 1772302. OLE color: 1772302.

HSL color Cylindrical-coordinate representation of color #0E0B1B: hue angle of 251.25º degrees, saturation: 0.42, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #0E0B1B is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB141127-
CMYK0.480.5900.89
HSL251.25º42.11%7.45%-
HSV(B)251.25º59.26%10.59%-
XYZ0.50.411.09-
YUV13.72135.49128.2-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 26.92%
GREEN value IS 11 (4.69% from 255) = 21.15%
BLUE value IS 27 (10.94% from 255) = 51.92%
R=26.92%
G=21.15%
B=51.92%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1411270.480.5900.89251.2542.117.45
HexEB1B303B059fb2a7
Octal16133360730131373527
Binary11101011110111100001110110101100111111011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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