#0E0D1C

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

Shades of Black Russian #0E0D1C

Tints of Black Russian #0E0D1C

Color information

#0E0D1C (or 0x0E0D1C) is unknown color: approx Black Russian. HEX triplet: 0E, 0D and 1C. RGB value is (14,13,28). Sum of RGB (Red+Green+Blue) = 14+13+28=55 (7% of max value = 765). Red value is 14 (5.86% from 255 or 25.45% from 55); Green value is 13 (5.47% from 255 or 23.64% from 55); Blue value is 28 (11.33% from 255 or 50.91% from 55); Max value from RGB is 28 - color contains mainly: blue. Hex color #0E0D1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0D1C is #F1F2E3. Grayscale: #0E0E0E. Windows color (decimal): -15856356 or 1838350. OLE color: 1838350.

HSL color Cylindrical-coordinate representation of color #0E0D1C: hue angle of 244º degrees, saturation: 0.37, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #0E0D1C is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB141328-
CMYK0.500.5400.89
HSL244º36.59%8.04%-
HSV(B)244º53.57%10.98%-
XYZ0.530.471.16-
YUV15.01135.33127.28-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 25.45%
GREEN value IS 13 (5.47% from 255) = 23.64%
BLUE value IS 28 (11.33% from 255) = 50.91%
R=25.45%
G=23.64%
B=50.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1413280.500.5400.8924436.598.04
HexED1C3236059f4258
Octal161534626601313644510
Binary111011011110011001011011001011001111101001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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