#050A2D

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

Shades of Black Russian #050A2D

Tints of Black Russian #050A2D

Color information

#050A2D (or 0x050A2D) is unknown color: approx Black Russian. HEX triplet: 05, 0A and 2D. RGB value is (5,10,45). Sum of RGB (Red+Green+Blue) = 5+10+45=60 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.33% from 60); Green value is 10 (4.30% from 255 or 16.67% from 60); Blue value is 45 (17.97% from 255 or 75% from 60); Max value from RGB is 45 - color contains mainly: blue. Hex color #050A2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050A2D is #FAF5D2. Grayscale: #0C0C0C. Windows color (decimal): -16446931 or 2951685. OLE color: 2951685.

HSL color Cylindrical-coordinate representation of color #050A2D: hue angle of 232.5º 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 #050A2D is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB51045-
CMYK0.890.7800.82
HSL232.5º80%9.8%-
HSV(B)232.5º88.89%17.65%-
XYZ0.640.442.53-
YUV12.5146.34122.65-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.33%
GREEN value IS 10 (4.30% from 255) = 16.67%
BLUE value IS 45 (17.97% from 255) = 75%
R=8.33%
G=16.67%
B=75%

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
Decimal510450.890.7800.82232.5809.8
Hex5A2D594E052e850a
Octal51255131116012235012012
Binary101101010110110110011001110010100101110100010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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