#080421

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

Shades of Black Russian #080421

Tints of Black Russian #080421

Color information

#080421 (or 0x080421) is unknown color: approx Black Russian. HEX triplet: 08, 04 and 21. RGB value is (8,4,33). Sum of RGB (Red+Green+Blue) = 8+4+33=45 (5% of max value = 765). Red value is 8 (3.52% from 255 or 17.78% from 45); Green value is 4 (1.95% from 255 or 8.89% from 45); Blue value is 33 (13.28% from 255 or 73.33% from 45); Max value from RGB is 33 - color contains mainly: blue. Hex color #080421 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080421 is #F7FBDE. Grayscale: #080808. Windows color (decimal): -16251871 or 2163720. OLE color: 2163720.

HSL color Cylindrical-coordinate representation of color #080421: hue angle of 248.28º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #080421 is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB8433-
CMYK0.760.8800.87
HSL248.28º78.38%7.25%-
HSV(B)248.28º87.88%12.94%-
XYZ0.420.251.46-
YUV8.5141.83127.64-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 17.78%
GREEN value IS 4 (1.95% from 255) = 8.89%
BLUE value IS 33 (13.28% from 255) = 73.33%
R=17.78%
G=8.89%
B=73.33%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal84330.760.8800.87248.2878.387.25
Hex84214C58057f84e7
Octal1044111413001273701167
Binary10001001000011001100101100001010111111110001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080421; }

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

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

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

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

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

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

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

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