#0E0934

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

Shades of Black Russian #0E0934

Tints of Black Russian #0E0934

Color information

#0E0934 (or 0x0E0934) is unknown color: approx Black Russian. HEX triplet: 0E, 09 and 34. RGB value is (14,9,52). Sum of RGB (Red+Green+Blue) = 14+9+52=75 (9% of max value = 765). Red value is 14 (5.86% from 255 or 18.67% from 75); Green value is 9 (3.91% from 255 or 12% from 75); Blue value is 52 (20.70% from 255 or 69.33% from 75); Max value from RGB is 52 - color contains mainly: blue. Hex color #0E0934 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0934 is #F1F6CB. Grayscale: #0F0F0F. Windows color (decimal): -15857356 or 3410190. OLE color: 3410190.

HSL color Cylindrical-coordinate representation of color #0E0934: hue angle of 246.98º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0E0934 is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB14952-
CMYK0.730.8300.80
HSL246.98º70.49%11.96%-
HSV(B)246.98º82.69%20.39%-
XYZ0.90.543.31-
YUV15.4148.66127-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 18.67%
GREEN value IS 9 (3.91% from 255) = 12%
BLUE value IS 52 (20.70% from 255) = 69.33%
R=18.67%
G=12%
B=69.33%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal149520.730.8300.80246.9870.4911.96
HexE9344953050f746c
Octal161164111123012036710614
Binary1110100111010010010011010011010100001111011110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,9,52); }

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

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

 a { background-color: rgb(14,9,52); }

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

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

 span { border-color: rgb(14,9,52); }

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