#040210

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

Shades of Black Russian #040210

Tints of Black Russian #040210

Color information

#040210 (or 0x040210) is unknown color: approx Black Russian. HEX triplet: 04, 02 and 10. RGB value is (4,2,16). Sum of RGB (Red+Green+Blue) = 4+2+16=22 (2% of max value = 765). Red value is 4 (1.95% from 255 or 18.18% from 22); Green value is 2 (1.17% from 255 or 9.09% from 22); Blue value is 16 (6.64% from 255 or 72.73% from 22); Max value from RGB is 16 - color contains mainly: blue. Hex color #040210 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040210 is #FBFDEF. Grayscale: #040404. Windows color (decimal): -16514544 or 1049092. OLE color: 1049092.

HSL color Cylindrical-coordinate representation of color #040210: hue angle of 248.57º degrees, saturation: 0.78, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #040210 is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB4216-
CMYK0.750.8700.94
HSL248.57º77.78%3.53%-
HSV(B)248.57º87.5%6.27%-
XYZ0.170.110.5-
YUV4.19134.66127.86-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 18.18%
GREEN value IS 2 (1.17% from 255) = 9.09%
BLUE value IS 16 (6.64% from 255) = 72.73%
R=18.18%
G=9.09%
B=72.73%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal42160.750.8700.94248.5777.783.53
Hex42104B5705Ef94e4
Octal422011312701363711164
Binary10010100001001011101011101011110111110011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040210; }

 p { color: rgb(4,2,16); }

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

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

 a { background-color: rgb(4,2,16); }

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

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

 span { border-color: rgb(4,2,16); }

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