#0E0D21

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

Shades of Black Russian #0E0D21

Tints of Black Russian #0E0D21

Color information

#0E0D21 (or 0x0E0D21) is unknown color: approx Black Russian. HEX triplet: 0E, 0D and 21. RGB value is (14,13,33). Sum of RGB (Red+Green+Blue) = 14+13+33=60 (7% of max value = 765). Red value is 14 (5.86% from 255 or 23.33% from 60); Green value is 13 (5.47% from 255 or 21.67% from 60); Blue value is 33 (13.28% from 255 or 55% from 60); Max value from RGB is 33 - color contains mainly: blue. Hex color #0E0D21 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0D21 is #F1F2DE. Grayscale: #0F0F0F. Windows color (decimal): -15856351 or 2166030. OLE color: 2166030.

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

Color convert

RGB141333-
CMYK0.580.6100.87
HSL243º43.48%9.02%-
HSV(B)243º60.61%12.94%-
XYZ0.60.491.5-
YUV15.58137.83126.87-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 23.33%
GREEN value IS 13 (5.47% from 255) = 21.67%
BLUE value IS 33 (13.28% from 255) = 55%
R=23.33%
G=21.67%
B=55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1413330.580.6100.8724343.489.02
HexED213A3D057f32b9
Octal161541727501273635311
Binary1110110110000111101011110101010111111100111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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