#0E0835

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

Shades of Black Russian #0E0835

Tints of Black Russian #0E0835

Color information

#0E0835 (or 0x0E0835) is unknown color: approx Black Russian. HEX triplet: 0E, 08 and 35. RGB value is (14,8,53). Sum of RGB (Red+Green+Blue) = 14+8+53=75 (9% of max value = 765). Red value is 14 (5.86% from 255 or 18.67% from 75); Green value is 8 (3.52% from 255 or 10.67% from 75); Blue value is 53 (21.09% from 255 or 70.67% from 75); Max value from RGB is 53 - color contains mainly: blue. Hex color #0E0835 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0835 is #F1F7CA. Grayscale: #0E0E0E. Windows color (decimal): -15857611 or 3475470. OLE color: 3475470.

HSL color Cylindrical-coordinate representation of color #0E0835: hue angle of 248º 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 #0E0835 is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB14853-
CMYK0.740.8500.79
HSL248º73.77%11.96%-
HSV(B)248º84.91%20.78%-
XYZ0.910.523.42-
YUV14.92149.49127.34-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 18.67%
GREEN value IS 8 (3.52% from 255) = 10.67%
BLUE value IS 53 (21.09% from 255) = 70.67%
R=18.67%
G=10.67%
B=70.67%

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
Decimal148530.740.8500.7924873.7711.96
HexE8354A5504Ff84ac
Octal161065112125011737011214
Binary1110100011010110010101010101010011111111100010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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