#000720

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

Shades of Black Russian #000720

Tints of Black Russian #000720

Color information

#000720 (or 0x000720) is unknown color: approx Black Russian. HEX triplet: 00, 07 and 20. RGB value is (0,7,32). Sum of RGB (Red+Green+Blue) = 0+7+32=39 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 39); Green value is 7 (3.12% from 255 or 17.95% from 39); Blue value is 32 (12.89% from 255 or 82.05% from 39); Max value from RGB is 32 - color contains mainly: blue. Hex color #000720 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000720 is #FFF8DF. Grayscale: #070707. Windows color (decimal): -16775392 or 2098944. OLE color: 2098944.

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

Color convert

RGB0732-
CMYK10.7800.87
HSL226.88º100%6.27%-
HSV(B)226.88º100%12.55%-
XYZ0.340.261.4-
YUV7.76141.68122.47-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 7 (3.12% from 255) = 17.95%
BLUE value IS 32 (12.89% from 255) = 82.05%
R=0%
G=17.95%
B=82.05%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal073210.7800.87226.881006.27
Hex0720644E057e3646
Octal074014411601273431446
Binary01111000001100100100111001010111111000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000720; }

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

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

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

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

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

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

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

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