#0E092D

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

Shades of Black Russian #0E092D

Tints of Black Russian #0E092D

Color information

#0E092D (or 0x0E092D) is unknown color: approx Black Russian. HEX triplet: 0E, 09 and 2D. RGB value is (14,9,45). Sum of RGB (Red+Green+Blue) = 14+9+45=68 (9% of max value = 765). Red value is 14 (5.86% from 255 or 20.59% from 68); Green value is 9 (3.91% from 255 or 13.24% from 68); Blue value is 45 (17.97% from 255 or 66.18% from 68); Max value from RGB is 45 - color contains mainly: blue. Hex color #0E092D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E092D is #F1F6D2. Grayscale: #0E0E0E. Windows color (decimal): -15857363 or 2951438. OLE color: 2951438.

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

Color convert

RGB14945-
CMYK0.690.800.82
HSL248.33º66.67%10.59%-
HSV(B)248.33º80%17.65%-
XYZ0.750.482.54-
YUV14.6145.16127.57-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 20.59%
GREEN value IS 9 (3.91% from 255) = 13.24%
BLUE value IS 45 (17.97% from 255) = 66.18%
R=20.59%
G=13.24%
B=66.18%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal149450.690.800.82248.3366.6710.59
HexE92D4550052f843b
Octal161155105120012237010313
Binary1110100110110110001011010000010100101111100010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E092D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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