#050720

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

Shades of Black Russian #050720

Tints of Black Russian #050720

Color information

#050720 (or 0x050720) is unknown color: approx Black Russian. HEX triplet: 05, 07 and 20. RGB value is (5,7,32). Sum of RGB (Red+Green+Blue) = 5+7+32=44 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.36% from 44); Green value is 7 (3.12% from 255 or 15.91% from 44); Blue value is 32 (12.89% from 255 or 72.73% from 44); Max value from RGB is 32 - color contains mainly: blue. Hex color #050720 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050720 is #FAF8DF. Grayscale: #090909. Windows color (decimal): -16447712 or 2098949. OLE color: 2098949.

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

Color convert

RGB5732-
CMYK0.840.7800.87
HSL235.56º72.97%7.25%-
HSV(B)235.56º84.38%12.55%-
XYZ0.40.291.4-
YUV9.25140.84124.97-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 11.36%
GREEN value IS 7 (3.12% from 255) = 15.91%
BLUE value IS 32 (12.89% from 255) = 72.73%
R=11.36%
G=15.91%
B=72.73%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal57320.840.7800.87235.5672.977.25
Hex5720544E057ec497
Octal574012411601273541117
Binary1011111000001010100100111001010111111011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050720; }

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

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

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

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

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

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

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

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