#080428

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

Shades of Black Russian #080428

Tints of Black Russian #080428

Color information

#080428 (or 0x080428) is unknown color: approx Black Russian. HEX triplet: 08, 04 and 28. RGB value is (8,4,40). Sum of RGB (Red+Green+Blue) = 8+4+40=52 (6% of max value = 765). Red value is 8 (3.52% from 255 or 15.38% from 52); Green value is 4 (1.95% from 255 or 7.69% from 52); Blue value is 40 (16.02% from 255 or 76.92% from 52); Max value from RGB is 40 - color contains mainly: blue. Hex color #080428 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080428 is #F7FBD7. Grayscale: #090909. Windows color (decimal): -16251864 or 2622472. OLE color: 2622472.

HSL color Cylindrical-coordinate representation of color #080428: hue angle of 246.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 #080428 is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB8440-
CMYK0.800.9000.84
HSL246.67º81.82%8.63%-
HSV(B)246.67º90%15.69%-
XYZ0.530.292.04-
YUV9.3145.33127.07-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 15.38%
GREEN value IS 4 (1.95% from 255) = 7.69%
BLUE value IS 40 (16.02% from 255) = 76.92%
R=15.38%
G=7.69%
B=76.92%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal84400.800.9000.84246.6781.828.63
Hex8428505A054f7529
Octal10450120132012436712211
Binary100010010100010100001011010010101001111011110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080428; }

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

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

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

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

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

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

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

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