#0E1320

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

Shades of Black Russian #0E1320

Tints of Black Russian #0E1320

Color information

#0E1320 (or 0x0E1320) is unknown color: approx Black Russian. HEX triplet: 0E, 13 and 20. RGB value is (14,19,32). Sum of RGB (Red+Green+Blue) = 14+19+32=65 (8% of max value = 765). Red value is 14 (5.86% from 255 or 21.54% from 65); Green value is 19 (7.81% from 255 or 29.23% from 65); Blue value is 32 (12.89% from 255 or 49.23% from 65); Max value from RGB is 32 - color contains mainly: blue. Hex color #0E1320 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E1320 is #F1ECDF. Grayscale: #121212. Windows color (decimal): -15854816 or 2102030. OLE color: 2102030.

HSL color Cylindrical-coordinate representation of color #0E1320: hue angle of 223.33º degrees, saturation: 0.39, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #0E1320 is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB141932-
CMYK0.560.4100.87
HSL223.33º39.13%9.02%-
HSV(B)223.33º56.25%12.55%-
XYZ0.670.661.46-
YUV18.99135.34124.44-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 21.54%
GREEN value IS 19 (7.81% from 255) = 29.23%
BLUE value IS 32 (12.89% from 255) = 49.23%
R=21.54%
G=29.23%
B=49.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1419320.560.4100.87223.3339.139.02
HexE13203829057df279
Octal162340705101273374711
Binary11101001110000011100010100101010111110111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,19,32); }

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

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

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

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

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

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

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