#010521

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

Shades of Black Russian #010521

Tints of Black Russian #010521

Color information

#010521 (or 0x010521) is unknown color: approx Black Russian. HEX triplet: 01, 05 and 21. RGB value is (1,5,33). Sum of RGB (Red+Green+Blue) = 1+5+33=39 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.56% from 39); Green value is 5 (2.34% from 255 or 12.82% from 39); Blue value is 33 (13.28% from 255 or 84.62% from 39); Max value from RGB is 33 - color contains mainly: blue. Hex color #010521 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010521 is #FEFADE. Grayscale: #060606. Windows color (decimal): -16710367 or 2163969. OLE color: 2163969.

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

Color convert

RGB1533-
CMYK0.970.8500.87
HSL232.5º94.12%6.67%-
HSV(B)232.5º96.97%12.94%-
XYZ0.340.221.46-
YUV7142.67123.72-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.56%
GREEN value IS 5 (2.34% from 255) = 12.82%
BLUE value IS 33 (13.28% from 255) = 84.62%
R=2.56%
G=12.82%
B=84.62%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal15330.970.8500.87232.594.126.67
Hex15216155057e85e7
Octal154114112501273501367
Binary11011000011100001101010101010111111010001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010521; }

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

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

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

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

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

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

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

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