Html Css Color HEX #050720 Black Russian

📋 copy color: '#050720'

red 5 ◦ green 7 ◦ blue 32

#050720
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Russian #050720

Tints of Black Russian #050720

RGB

 RED value IS 5 (2.34% from 255) = 11.36%

 GREEN value IS 7 (3.13% 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 value IS 0.84

 M value IS 0.78

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#050720 (or 0x050720) is known color: 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

RGB 5 7 32 -
CMYK 0.84 0.78 0 0.87
HSL 235.56º 0.73% 0.07% -
HSV(B) 235.56º 0.84% 0.13% -
XYZ 0.4 0.29 1.4 -
YUV 9.25 140.84 124.97 -
System Red Green Blue C M Y K H S L
Decimal 5 7 32 0.84 0.78 0 0.87 235.56 0.73 0.07
Hex 5 7 20 54 4E 0 57 EC 49 7
Octal 5 7 40 124 116 0 127 354 111 7
Binary 101 111 100000 1010100 1001110 0 1010111 11101100 1001001 111

Color Harmonies of #050720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050720

Black with #050720

Text Example


Text Example

White with #050720

Text Example


Text Example

HTML Codes & Css Web 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>