#010520

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

Shades of Black Russian #010520

Tints of Black Russian #010520

Color information

#010520 (or 0x010520) is unknown color: approx Black Russian. HEX triplet: 01, 05 and 20. RGB value is (1,5,32). Sum of RGB (Red+Green+Blue) = 1+5+32=38 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.63% from 38); Green value is 5 (2.34% from 255 or 13.16% from 38); Blue value is 32 (12.89% from 255 or 84.21% from 38); Max value from RGB is 32 - color contains mainly: blue. Hex color #010520 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010520 is #FEFADF. Grayscale: #060606. Windows color (decimal): -16710368 or 2098433. OLE color: 2098433.

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

Color convert

RGB1532-
CMYK0.970.8400.87
HSL232.26º93.94%6.47%-
HSV(B)232.26º96.88%12.55%-
XYZ0.330.221.39-
YUV6.88142.17123.8-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.63%
GREEN value IS 5 (2.34% from 255) = 13.16%
BLUE value IS 32 (12.89% from 255) = 84.21%
R=2.63%
G=13.16%
B=84.21%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal15320.970.8400.87232.2693.946.47
Hex15206154057e85e6
Octal154014112401273501366
Binary11011000001100001101010001010111111010001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010520; }

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

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

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

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

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

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

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

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