#0E0836

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

Shades of Black Russian #0E0836

Tints of Black Russian #0E0836

Color information

#0E0836 (or 0x0E0836) is unknown color: approx Black Russian. HEX triplet: 0E, 08 and 36. RGB value is (14,8,54). Sum of RGB (Red+Green+Blue) = 14+8+54=76 (10% of max value = 765). Red value is 14 (5.86% from 255 or 18.42% from 76); Green value is 8 (3.52% from 255 or 10.53% from 76); Blue value is 54 (21.48% from 255 or 71.05% from 76); Max value from RGB is 54 - color contains mainly: blue. Hex color #0E0836 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0836 is #F1F7C9. Grayscale: #0E0E0E. Windows color (decimal): -15857610 or 3541006. OLE color: 3541006.

HSL color Cylindrical-coordinate representation of color #0E0836: hue angle of 247.83º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E0836 is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB14854-
CMYK0.740.8500.79
HSL247.83º74.19%12.16%-
HSV(B)247.83º85.19%21.18%-
XYZ0.930.533.54-
YUV15.04149.99127.26-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 18.42%
GREEN value IS 8 (3.52% from 255) = 10.53%
BLUE value IS 54 (21.48% from 255) = 71.05%
R=18.42%
G=10.53%
B=71.05%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal148540.740.8500.79247.8374.1912.16
HexE8364A5504Ff84ac
Octal161066112125011737011214
Binary1110100011011010010101010101010011111111100010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,8,54); }

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

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

 a { background-color: rgb(14,8,54); }

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

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

 span { border-color: rgb(14,8,54); }

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