#000520

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

Shades of Black Russian #000520

Tints of Black Russian #000520

Color information

#000520 (or 0x000520) is unknown color: approx Black Russian. HEX triplet: 00, 05 and 20. RGB value is (0,5,32). Sum of RGB (Red+Green+Blue) = 0+5+32=37 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 37); Green value is 5 (2.34% from 255 or 13.51% from 37); Blue value is 32 (12.89% from 255 or 86.49% from 37); Max value from RGB is 32 - color contains mainly: blue. Hex color #000520 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000520 is #FFFADF. Grayscale: #060606. Windows color (decimal): -16775904 or 2098432. OLE color: 2098432.

HSL color Cylindrical-coordinate representation of color #000520: hue angle of 230.62º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000520 is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB0532-
CMYK10.8400.87
HSL230.62º100%6.27%-
HSV(B)230.62º100%12.55%-
XYZ0.310.211.39-
YUV6.58142.34123.3-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 5 (2.34% from 255) = 13.51%
BLUE value IS 32 (12.89% from 255) = 86.49%
R=0%
G=13.51%
B=86.49%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal053210.8400.87230.621006.27
Hex05206454057e7646
Octal054014412401273471446
Binary01011000001100100101010001010111111001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000520; }

 p { color: rgb(0,5,32); }

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

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

 a { background-color: rgb(0,5,32); }

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

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

 span { border-color: rgb(0,5,32); }

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