#0E092E

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

Shades of Black Russian #0E092E

Tints of Black Russian #0E092E

Color information

#0E092E (or 0x0E092E) is unknown color: approx Black Russian. HEX triplet: 0E, 09 and 2E. RGB value is (14,9,46). Sum of RGB (Red+Green+Blue) = 14+9+46=69 (9% of max value = 765). Red value is 14 (5.86% from 255 or 20.29% from 69); Green value is 9 (3.91% from 255 or 13.04% from 69); Blue value is 46 (18.36% from 255 or 66.67% from 69); Max value from RGB is 46 - color contains mainly: blue. Hex color #0E092E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E092E is #F1F6D1. Grayscale: #0E0E0E. Windows color (decimal): -15857362 or 3016974. OLE color: 3016974.

HSL color Cylindrical-coordinate representation of color #0E092E: hue angle of 248.11º 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 #0E092E is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB14946-
CMYK0.700.8000.82
HSL248.11º67.27%10.78%-
HSV(B)248.11º80.43%18.04%-
XYZ0.770.492.64-
YUV14.71145.66127.49-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 20.29%
GREEN value IS 9 (3.91% from 255) = 13.04%
BLUE value IS 46 (18.36% from 255) = 66.67%
R=20.29%
G=13.04%
B=66.67%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal149460.700.8000.82248.1167.2710.78
HexE92E4650052f843b
Octal161156106120012237010313
Binary1110100110111010001101010000010100101111100010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E092E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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