#0E1033

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

Shades of Black Russian #0E1033

Tints of Black Russian #0E1033

Color information

#0E1033 (or 0x0E1033) is unknown color: approx Black Russian. HEX triplet: 0E, 10 and 33. RGB value is (14,16,51). Sum of RGB (Red+Green+Blue) = 14+16+51=81 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.28% from 81); Green value is 16 (6.64% from 255 or 19.75% from 81); Blue value is 51 (20.31% from 255 or 62.96% from 81); Max value from RGB is 51 - color contains mainly: blue. Hex color #0E1033 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E1033 is #F1EFCC. Grayscale: #131313. Windows color (decimal): -15855565 or 3346446. OLE color: 3346446.

HSL color Cylindrical-coordinate representation of color #0E1033: hue angle of 236.76º degrees, saturation: 0.57, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0E1033 is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB141651-
CMYK0.730.6900.8
HSL236.76º56.92%12.75%-
HSV(B)236.76º72.55%20%-
XYZ0.960.73.22-
YUV19.39145.84124.15-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 17.28%
GREEN value IS 16 (6.64% from 255) = 19.75%
BLUE value IS 51 (20.31% from 255) = 62.96%
R=17.28%
G=19.75%
B=62.96%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1416510.730.6900.8236.7656.9212.75
HexE10334945050ed39d
Octal16206311110501203557115
Binary1110100001100111001001100010101010000111011011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,16,51); }

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

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

 a { background-color: rgb(14,16,51); }

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

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

 span { border-color: rgb(14,16,51); }

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