#0E1629

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

Shades of Black Russian #0E1629

Tints of Black Russian #0E1629

Color information

#0E1629 (or 0x0E1629) is unknown color: approx Black Russian. HEX triplet: 0E, 16 and 29. RGB value is (14,22,41). Sum of RGB (Red+Green+Blue) = 14+22+41=77 (10% of max value = 765). Red value is 14 (5.86% from 255 or 18.18% from 77); Green value is 22 (8.98% from 255 or 28.57% from 77); Blue value is 41 (16.41% from 255 or 53.25% from 77); Max value from RGB is 41 - color contains mainly: blue. Hex color #0E1629 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E1629 is #F1E9D6. Grayscale: #151515. Windows color (decimal): -15854039 or 2692622. OLE color: 2692622.

HSL color Cylindrical-coordinate representation of color #0E1629: hue angle of 222.22º degrees, saturation: 0.49, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0E1629 is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB142241-
CMYK0.660.4600.84
HSL222.22º49.09%10.78%-
HSV(B)222.22º65.85%16.08%-
XYZ0.870.832.21-
YUV21.77138.85122.46-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 18.18%
GREEN value IS 22 (8.98% from 255) = 28.57%
BLUE value IS 41 (16.41% from 255) = 53.25%
R=18.18%
G=28.57%
B=53.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1422410.660.4600.84222.2249.0910.78
HexE1629422E054de31b
Octal1626511025601243366113
Binary111010110101001100001010111001010100110111101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,22,41); }

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

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

 a { background-color: rgb(14,22,41); }

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

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

 span { border-color: rgb(14,22,41); }

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