#0E132E

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

Shades of Black Russian #0E132E

Tints of Black Russian #0E132E

Color information

#0E132E (or 0x0E132E) is unknown color: approx Black Russian. HEX triplet: 0E, 13 and 2E. RGB value is (14,19,46). Sum of RGB (Red+Green+Blue) = 14+19+46=79 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.72% from 79); Green value is 19 (7.81% from 255 or 24.05% from 79); Blue value is 46 (18.36% from 255 or 58.23% from 79); Max value from RGB is 46 - color contains mainly: blue. Hex color #0E132E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E132E is #F1ECD1. Grayscale: #141414. Windows color (decimal): -15854802 or 3019534. OLE color: 3019534.

HSL color Cylindrical-coordinate representation of color #0E132E: hue angle of 230.62º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0E132E is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB141946-
CMYK0.700.5900.82
HSL230.62º53.33%11.76%-
HSV(B)230.62º69.57%18.04%-
XYZ0.910.762.68-
YUV20.58142.34123.3-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 17.72%
GREEN value IS 19 (7.81% from 255) = 24.05%
BLUE value IS 46 (18.36% from 255) = 58.23%
R=17.72%
G=24.05%
B=58.23%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1419460.700.5900.82230.6253.3311.76
HexE132E463B052e735c
Octal1623561067301223476514
Binary111010011101110100011011101101010010111001111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E132E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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