#050828

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

Shades of Black Russian #050828

Tints of Black Russian #050828

Color information

#050828 (or 0x050828) is unknown color: approx Black Russian. HEX triplet: 05, 08 and 28. RGB value is (5,8,40). Sum of RGB (Red+Green+Blue) = 5+8+40=53 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.43% from 53); Green value is 8 (3.52% from 255 or 15.09% from 53); Blue value is 40 (16.02% from 255 or 75.47% from 53); Max value from RGB is 40 - color contains mainly: blue. Hex color #050828 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050828 is #FAF7D7. Grayscale: #0A0A0A. Windows color (decimal): -16447448 or 2623493. OLE color: 2623493.

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

Color convert

RGB5840-
CMYK0.880.8000.84
HSL234.86º77.78%8.82%-
HSV(B)234.86º87.5%15.69%-
XYZ0.530.362.05-
YUV10.75144.51123.9-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.43%
GREEN value IS 8 (3.52% from 255) = 15.09%
BLUE value IS 40 (16.02% from 255) = 75.47%
R=9.43%
G=15.09%
B=75.47%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal58400.880.8000.84234.8677.788.82
Hex58285850054eb4e9
Octal51050130120012435311611
Binary101100010100010110001010000010101001110101110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050828; }

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

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

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

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

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

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

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

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