#0E0D27

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

Shades of Black Russian #0E0D27

Tints of Black Russian #0E0D27

Color information

#0E0D27 (or 0x0E0D27) is unknown color: approx Black Russian. HEX triplet: 0E, 0D and 27. RGB value is (14,13,39). Sum of RGB (Red+Green+Blue) = 14+13+39=66 (8% of max value = 765). Red value is 14 (5.86% from 255 or 21.21% from 66); Green value is 13 (5.47% from 255 or 19.70% from 66); Blue value is 39 (15.62% from 255 or 59.09% from 66); Max value from RGB is 39 - color contains mainly: blue. Hex color #0E0D27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0D27 is #F1F2D8. Grayscale: #101010. Windows color (decimal): -15856345 or 2559246. OLE color: 2559246.

HSL color Cylindrical-coordinate representation of color #0E0D27: hue angle of 242.31º degrees, saturation: 0.5, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0E0D27 is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB141339-
CMYK0.640.6700.85
HSL242.31º50%10.2%-
HSV(B)242.31º66.67%15.29%-
XYZ0.690.531.98-
YUV16.26140.83126.39-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 21.21%
GREEN value IS 13 (5.47% from 255) = 19.70%
BLUE value IS 39 (15.62% from 255) = 59.09%
R=21.21%
G=19.70%
B=59.09%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1413390.640.6700.85242.315010.2
HexED274043055f232a
Octal16154710010301253626212
Binary111011011001111000000100001101010101111100101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,13,39); }

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

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

 a { background-color: rgb(14,13,39); }

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

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

 span { border-color: rgb(14,13,39); }

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