#0E1321

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

Shades of Black Russian #0E1321

Tints of Black Russian #0E1321

Color information

#0E1321 (or 0x0E1321) is unknown color: approx Black Russian. HEX triplet: 0E, 13 and 21. RGB value is (14,19,33). Sum of RGB (Red+Green+Blue) = 14+19+33=66 (8% of max value = 765). Red value is 14 (5.86% from 255 or 21.21% from 66); Green value is 19 (7.81% from 255 or 28.79% from 66); Blue value is 33 (13.28% from 255 or 50% from 66); Max value from RGB is 33 - color contains mainly: blue. Hex color #0E1321 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E1321 is #F1ECDE. Grayscale: #131313. Windows color (decimal): -15854815 or 2167566. OLE color: 2167566.

HSL color Cylindrical-coordinate representation of color #0E1321: hue angle of 224.21º 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 #0E1321 is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB141933-
CMYK0.580.4200.87
HSL224.21º40.43%9.22%-
HSV(B)224.21º57.58%12.94%-
XYZ0.690.671.53-
YUV19.1135.84124.36-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 21.21%
GREEN value IS 19 (7.81% from 255) = 28.79%
BLUE value IS 33 (13.28% from 255) = 50%
R=21.21%
G=28.79%
B=50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1419330.580.4200.87224.2140.439.22
HexE13213A2A057e0289
Octal162341725201273405011
Binary11101001110000111101010101001010111111000001010001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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