#050A2E

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

Shades of Black Russian #050A2E

Tints of Black Russian #050A2E

Color information

#050A2E (or 0x050A2E) is unknown color: approx Black Russian. HEX triplet: 05, 0A and 2E. RGB value is (5,10,46). Sum of RGB (Red+Green+Blue) = 5+10+46=61 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.20% from 61); Green value is 10 (4.30% from 255 or 16.39% from 61); Blue value is 46 (18.36% from 255 or 75.41% from 61); Max value from RGB is 46 - color contains mainly: blue. Hex color #050A2E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050A2E is #FAF5D1. Grayscale: #0C0C0C. Windows color (decimal): -16446930 or 3017221. OLE color: 3017221.

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

Color convert

RGB51046-
CMYK0.890.7800.82
HSL232.68º80.39%10%-
HSV(B)232.68º89.13%18.04%-
XYZ0.660.452.64-
YUV12.61146.84122.57-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.20%
GREEN value IS 10 (4.30% from 255) = 16.39%
BLUE value IS 46 (18.36% from 255) = 75.41%
R=8.20%
G=16.39%
B=75.41%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal510460.890.7800.82232.6880.3910
Hex5A2E594E052e950a
Octal51256131116012235112012
Binary101101010111010110011001110010100101110100110100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,10,46); }

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

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

 a { background-color: rgb(5,10,46); }

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

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

 span { border-color: rgb(5,10,46); }

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