#0E1521

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

Shades of Black Russian #0E1521

Tints of Black Russian #0E1521

Color information

#0E1521 (or 0x0E1521) is unknown color: approx Black Russian. HEX triplet: 0E, 15 and 21. RGB value is (14,21,33). Sum of RGB (Red+Green+Blue) = 14+21+33=68 (9% of max value = 765). Red value is 14 (5.86% from 255 or 20.59% from 68); Green value is 21 (8.59% from 255 or 30.88% from 68); Blue value is 33 (13.28% from 255 or 48.53% from 68); Max value from RGB is 33 - color contains mainly: blue. Hex color #0E1521 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E1521 is #F1EADE. Grayscale: #141414. Windows color (decimal): -15854303 or 2168078. OLE color: 2168078.

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

Color convert

RGB142133-
CMYK0.580.3600.87
HSL217.89º40.43%9.22%-
HSV(B)217.89º57.58%12.94%-
XYZ0.720.741.54-
YUV20.27135.18123.52-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 20.59%
GREEN value IS 21 (8.59% from 255) = 30.88%
BLUE value IS 33 (13.28% from 255) = 48.53%
R=20.59%
G=30.88%
B=48.53%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1421330.580.3600.87217.8940.439.22
HexE15213A24057da289
Octal162541724401273325011
Binary11101010110000111101010010001010111110110101010001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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