#010720

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

Shades of Black Russian #010720

Tints of Black Russian #010720

Color information

#010720 (or 0x010720) is unknown color: approx Black Russian. HEX triplet: 01, 07 and 20. RGB value is (1,7,32). Sum of RGB (Red+Green+Blue) = 1+7+32=40 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.5% from 40); Green value is 7 (3.12% from 255 or 17.5% from 40); Blue value is 32 (12.89% from 255 or 80% from 40); Max value from RGB is 32 - color contains mainly: blue. Hex color #010720 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010720 is #FEF8DF. Grayscale: #070707. Windows color (decimal): -16709856 or 2098945. OLE color: 2098945.

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

Color convert

RGB1732-
CMYK0.970.7800.87
HSL228.39º93.94%6.47%-
HSV(B)228.39º96.88%12.55%-
XYZ0.350.261.4-
YUV8.06141.51122.97-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.5%
GREEN value IS 7 (3.12% from 255) = 17.5%
BLUE value IS 32 (12.89% from 255) = 80%
R=2.5%
G=17.5%
B=80%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal17320.970.7800.87228.3993.946.47
Hex1720614E057e45e6
Octal174014111601273441366
Binary11111000001100001100111001010111111001001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010720; }

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

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

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

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

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

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

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

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