#020510

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

Shades of Black Russian #020510

Tints of Black Russian #020510

Color information

#020510 (or 0x020510) is unknown color: approx Black Russian. HEX triplet: 02, 05 and 10. RGB value is (2,5,16). Sum of RGB (Red+Green+Blue) = 2+5+16=23 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8.70% from 23); Green value is 5 (2.34% from 255 or 21.74% from 23); Blue value is 16 (6.64% from 255 or 69.57% from 23); Max value from RGB is 16 - color contains mainly: blue. Hex color #020510 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020510 is #FDFAEF. Grayscale: #050505. Windows color (decimal): -16644848 or 1049858. OLE color: 1049858.

HSL color Cylindrical-coordinate representation of color #020510: hue angle of 227.14º 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 #020510 is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB2516-
CMYK0.870.6900.94
HSL227.14º77.78%3.53%-
HSV(B)227.14º87.5%6.27%-
XYZ0.170.160.51-
YUV5.36134.01125.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 8.70%
GREEN value IS 5 (2.34% from 255) = 21.74%
BLUE value IS 16 (6.64% from 255) = 69.57%
R=8.70%
G=21.74%
B=69.57%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal25160.870.6900.94227.1477.783.53
Hex2510574505Ee34e4
Octal252012710501363431164
Binary10101100001010111100010101011110111000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020510; }

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

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

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

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

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

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

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

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