#050E2C

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

Shades of Black Russian #050E2C

Tints of Black Russian #050E2C

Color information

#050E2C (or 0x050E2C) is unknown color: approx Black Russian. HEX triplet: 05, 0E and 2C. RGB value is (5,14,44). Sum of RGB (Red+Green+Blue) = 5+14+44=63 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.94% from 63); Green value is 14 (5.86% from 255 or 22.22% from 63); Blue value is 44 (17.58% from 255 or 69.84% from 63); Max value from RGB is 44 - color contains mainly: blue. Hex color #050E2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050E2C is #FAF1D3. Grayscale: #0E0E0E. Windows color (decimal): -16445908 or 2887173. OLE color: 2887173.

HSL color Cylindrical-coordinate representation of color #050E2C: hue angle of 226.15º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #050E2C is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB51444-
CMYK0.890.6800.83
HSL226.15º79.59%9.61%-
HSV(B)226.15º88.64%17.25%-
XYZ0.670.532.45-
YUV14.73144.52121.06-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.94%
GREEN value IS 14 (5.86% from 255) = 22.22%
BLUE value IS 44 (17.58% from 255) = 69.84%
R=7.94%
G=22.22%
B=69.84%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal514440.890.6800.83226.1579.599.61
Hex5E2C5944053e250a
Octal51654131104012334212012
Binary101111010110010110011000100010100111110001010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050E2C; }

 p { color: rgb(5,14,44); }

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

<style>
 a { background-color: #050E2C; }

 a { background-color: rgb(5,14,44); }

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

<style>
 span { border-color: #050E2C; }

 span { border-color: rgb(5,14,44); }

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