#050428

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

Shades of Black Russian #050428

Tints of Black Russian #050428

Color information

#050428 (or 0x050428) is unknown color: approx Black Russian. HEX triplet: 05, 04 and 28. RGB value is (5,4,40). Sum of RGB (Red+Green+Blue) = 5+4+40=49 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.20% from 49); Green value is 4 (1.95% from 255 or 8.16% from 49); Blue value is 40 (16.02% from 255 or 81.63% from 49); Max value from RGB is 40 - color contains mainly: blue. Hex color #050428 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050428 is #FAFBD7. Grayscale: #080808. Windows color (decimal): -16448472 or 2622469. OLE color: 2622469.

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

Color convert

RGB5440-
CMYK0.880.9000.84
HSL241.67º81.82%8.63%-
HSV(B)241.67º90%15.69%-
XYZ0.490.272.03-
YUV8.4145.83125.57-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10.20%
GREEN value IS 4 (1.95% from 255) = 8.16%
BLUE value IS 40 (16.02% from 255) = 81.63%
R=10.20%
G=8.16%
B=81.63%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal54400.880.9000.84241.6781.828.63
Hex5428585A054f2529
Octal5450130132012436212211
Binary10110010100010110001011010010101001111001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050428; }

 p { color: rgb(5,4,40); }

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

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

 a { background-color: rgb(5,4,40); }

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

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

 span { border-color: rgb(5,4,40); }

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