#0E1028

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

Shades of Black Russian #0E1028

Tints of Black Russian #0E1028

Color information

#0E1028 (or 0x0E1028) is unknown color: approx Black Russian. HEX triplet: 0E, 10 and 28. RGB value is (14,16,40). Sum of RGB (Red+Green+Blue) = 14+16+40=70 (9% of max value = 765). Red value is 14 (5.86% from 255 or 20% from 70); Green value is 16 (6.64% from 255 or 22.86% from 70); Blue value is 40 (16.02% from 255 or 57.14% from 70); Max value from RGB is 40 - color contains mainly: blue. Hex color #0E1028 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E1028 is #F1EFD7. Grayscale: #121212. Windows color (decimal): -15855576 or 2625550. OLE color: 2625550.

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

Color convert

RGB141640-
CMYK0.650.6000.84
HSL235.38º48.15%10.59%-
HSV(B)235.38º65%15.69%-
XYZ0.750.622.09-
YUV18.14140.34125.05-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 20%
GREEN value IS 16 (6.64% from 255) = 22.86%
BLUE value IS 40 (16.02% from 255) = 57.14%
R=20%
G=22.86%
B=57.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1416400.650.6000.84235.3848.1510.59
HexE1028413C054eb30b
Octal1620501017401243536013
Binary111010000101000100000111110001010100111010111100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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