Html Css Color HEX #050820 Black Russian

📋 copy color: '#050820'

red 5 ◦ green 8 ◦ blue 32

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

Shades of Black Russian #050820

Tints of Black Russian #050820

RGB

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

 GREEN value IS 8 (3.52% from 255) = 17.78%

 BLUE value IS 32 (12.89% from 255) = 71.11%

R = 11.11%
G = 17.78%
B = 71.11%

CMYK

 C value IS 0.84

 M value IS 0.75

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#050820 (or 0x050820) is known color: Black Russian. HEX triplet: 05, 08 and 20. RGB value is (5,8,32). Sum of RGB (Red+Green+Blue) = 5+8+32=45 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.11% from 45); Green value is 8 (3.52% from 255 or 17.78% from 45); Blue value is 32 (12.89% from 255 or 71.11% from 45); Max value from RGB is 32 - color contains mainly: blue. Hex color #050820 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050820 is #FAF7DF. Grayscale: #090909. Windows color (decimal): -16447456 or 2099205. OLE color: 2099205.

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

Color convert

RGB 5 8 32 -
CMYK 0.84 0.75 0 0.87
HSL 233.33º 0.73% 0.07% -
HSV(B) 233.33º 0.84% 0.13% -
XYZ 0.41 0.31 1.4 -
YUV 9.84 140.51 124.55 -
System Red Green Blue C M Y K H S L
Decimal 5 8 32 0.84 0.75 0 0.87 233.33 0.73 0.07
Hex 5 8 20 54 4B 0 57 E9 49 7
Octal 5 10 40 124 113 0 127 351 111 7
Binary 101 1000 100000 1010100 1001011 0 1010111 11101001 1001001 111

Color Harmonies of #050820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050820

Black with #050820

Text Example


Text Example

White with #050820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050820; }

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

 H1.HeaderClassName
 {
   color: #050820;
 }
 .AnyTagClassName
 {
   color: #050820;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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