#0E1429

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

Shades of Black Russian #0E1429

Tints of Black Russian #0E1429

Color information

#0E1429 (or 0x0E1429) is unknown color: approx Black Russian. HEX triplet: 0E, 14 and 29. RGB value is (14,20,41). Sum of RGB (Red+Green+Blue) = 14+20+41=75 (9% of max value = 765). Red value is 14 (5.86% from 255 or 18.67% from 75); Green value is 20 (8.20% from 255 or 26.67% from 75); Blue value is 41 (16.41% from 255 or 54.67% from 75); Max value from RGB is 41 - color contains mainly: blue. Hex color #0E1429 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E1429 is #F1EBD6. Grayscale: #141414. Windows color (decimal): -15854551 or 2692110. OLE color: 2692110.

HSL color Cylindrical-coordinate representation of color #0E1429: hue angle of 226.67º 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 #0E1429 is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB142041-
CMYK0.660.5100.84
HSL226.67º49.09%10.78%-
HSV(B)226.67º65.85%16.08%-
XYZ0.830.752.2-
YUV20.6139.51123.29-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 18.67%
GREEN value IS 20 (8.20% from 255) = 26.67%
BLUE value IS 41 (16.41% from 255) = 54.67%
R=18.67%
G=26.67%
B=54.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1420410.660.5100.84226.6749.0910.78
HexE14294233054e331b
Octal1624511026301243436113
Binary111010100101001100001011001101010100111000111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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