#0E082F

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

Shades of Black Russian #0E082F

Tints of Black Russian #0E082F

Color information

#0E082F (or 0x0E082F) is unknown color: approx Black Russian. HEX triplet: 0E, 08 and 2F. RGB value is (14,8,47). Sum of RGB (Red+Green+Blue) = 14+8+47=69 (9% of max value = 765). Red value is 14 (5.86% from 255 or 20.29% from 69); Green value is 8 (3.52% from 255 or 11.59% from 69); Blue value is 47 (18.75% from 255 or 68.12% from 69); Max value from RGB is 47 - color contains mainly: blue. Hex color #0E082F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E082F is #F1F7D0. Grayscale: #0E0E0E. Windows color (decimal): -15857617 or 3082254. OLE color: 3082254.

HSL color Cylindrical-coordinate representation of color #0E082F: hue angle of 249.23º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0E082F is Cyan = 0.70, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB14847-
CMYK0.700.8300.82
HSL249.23º70.91%10.78%-
HSV(B)249.23º82.98%18.43%-
XYZ0.780.472.74-
YUV14.24146.49127.83-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 20.29%
GREEN value IS 8 (3.52% from 255) = 11.59%
BLUE value IS 47 (18.75% from 255) = 68.12%
R=20.29%
G=11.59%
B=68.12%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal148470.700.8300.82249.2370.9110.78
HexE82F4653052f947b
Octal161057106123012237110713
Binary1110100010111110001101010011010100101111100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E082F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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