#0E0C28

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

Shades of Black Russian #0E0C28

Tints of Black Russian #0E0C28

Color information

#0E0C28 (or 0x0E0C28) is unknown color: approx Black Russian. HEX triplet: 0E, 0C and 28. RGB value is (14,12,40). Sum of RGB (Red+Green+Blue) = 14+12+40=66 (8% of max value = 765). Red value is 14 (5.86% from 255 or 21.21% from 66); Green value is 12 (5.08% from 255 or 18.18% from 66); Blue value is 40 (16.02% from 255 or 60.61% from 66); Max value from RGB is 40 - color contains mainly: blue. Hex color #0E0C28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0C28 is #F1F3D7. Grayscale: #0F0F0F. Windows color (decimal): -15856600 or 2624526. OLE color: 2624526.

HSL color Cylindrical-coordinate representation of color #0E0C28: hue angle of 244.29º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0E0C28 is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB141240-
CMYK0.650.7000.84
HSL244.29º53.85%10.2%-
HSV(B)244.29º70%15.69%-
XYZ0.70.512.07-
YUV15.79141.66126.72-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 21.21%
GREEN value IS 12 (5.08% from 255) = 18.18%
BLUE value IS 40 (16.02% from 255) = 60.61%
R=21.21%
G=18.18%
B=60.61%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1412400.650.7000.84244.2953.8510.2
HexEC284146054f436a
Octal16145010110601243646612
Binary111011001010001000001100011001010100111101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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