#020517

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

Shades of Black Russian #020517

Tints of Black Russian #020517

Color information

#020517 (or 0x020517) is unknown color: approx Black Russian. HEX triplet: 02, 05 and 17. RGB value is (2,5,23). Sum of RGB (Red+Green+Blue) = 2+5+23=30 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.67% from 30); Green value is 5 (2.34% from 255 or 16.67% from 30); Blue value is 23 (9.38% from 255 or 76.67% from 30); Max value from RGB is 23 - color contains mainly: blue. Hex color #020517 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020517 is #FDFAE8. Grayscale: #060606. Windows color (decimal): -16644841 or 1508610. OLE color: 1508610.

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

Color convert

RGB2523-
CMYK0.910.7800.91
HSL231.43º84%4.9%-
HSV(B)231.43º91.3%9.02%-
XYZ0.230.180.83-
YUV6.15137.51125.04-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 6.67%
GREEN value IS 5 (2.34% from 255) = 16.67%
BLUE value IS 23 (9.38% from 255) = 76.67%
R=6.67%
G=16.67%
B=76.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal25230.910.7800.91231.43844.9
Hex25175B4E05Be7545
Octal252713311601333471245
Binary10101101111011011100111001011011111001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020517; }

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

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

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

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

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

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

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

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