#050329

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

Shades of Black Russian #050329

Tints of Black Russian #050329

Color information

#050329 (or 0x050329) is unknown color: approx Black Russian. HEX triplet: 05, 03 and 29. RGB value is (5,3,41). Sum of RGB (Red+Green+Blue) = 5+3+41=49 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.20% from 49); Green value is 3 (1.56% from 255 or 6.12% from 49); Blue value is 41 (16.41% from 255 or 83.67% from 49); Max value from RGB is 41 - color contains mainly: blue. Hex color #050329 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050329 is #FAFCD6. Grayscale: #070707. Windows color (decimal): -16448727 or 2687749. OLE color: 2687749.

HSL color Cylindrical-coordinate representation of color #050329: hue angle of 243.16º degrees, saturation: 0.86, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #050329 is Cyan = 0.88, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB5341-
CMYK0.880.9300.84
HSL243.16º86.36%8.63%-
HSV(B)243.16º92.68%16.08%-
XYZ0.50.262.12-
YUV7.93146.66125.91-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10.20%
GREEN value IS 3 (1.56% from 255) = 6.12%
BLUE value IS 41 (16.41% from 255) = 83.67%
R=10.20%
G=6.12%
B=83.67%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal53410.880.9300.84243.1686.368.63
Hex5329585D054f3569
Octal5351130135012436312611
Binary1011110100110110001011101010101001111001110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050329; }

 p { color: rgb(5,3,41); }

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

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

 a { background-color: rgb(5,3,41); }

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

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

 span { border-color: rgb(5,3,41); }

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