Html Css Color HEX #050020 Black Russian

📋 copy color: '#050020'

red 5 ◦ green 0 ◦ blue 32

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

Shades of Black Russian #050020

Tints of Black Russian #050020

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 13.51%
G = 0%
B = 86.49%

CMYK

 C value IS 0.84

 M value IS 1

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#050020 (or 0x050020) is known color: Black Russian. HEX triplet: 05, 00 and 20. RGB value is (5,0,32). Sum of RGB (Red+Green+Blue) = 5+0+32=37 (4% of max value = 765). Red value is 5 (2.34% from 255 or 13.51% from 37); Green value is 0 (0.39% from 255 or 0% from 37); Blue value is 32 (12.89% from 255 or 86.49% from 37); Max value from RGB is 32 - color contains mainly: blue. Hex color #050020 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050020 is #FAFFDF. Grayscale: #050505. Windows color (decimal): -16449504 or 2097157. OLE color: 2097157.

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

Color convert

RGB 5 0 32 -
CMYK 0.84 1 0 0.87
HSL 249.38º 1% 0.06% -
HSV(B) 249.38º 1% 0.13% -
XYZ 0.32 0.14 1.38 -
YUV 5.14 143.16 127.9 -
System Red Green Blue C M Y K H S L
Decimal 5 0 32 0.84 1 0 0.87 249.38 1 0.06
Hex 5 0 20 54 64 0 57 F9 64 6
Octal 5 0 40 124 144 0 127 371 144 6
Binary 101 0 100000 1010100 1100100 0 1010111 11111001 1100100 110

Color Harmonies of #050020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050020

Black with #050020

Text Example


Text Example

White with #050020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050020; }

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

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

background-color css

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

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

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

border-color css

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

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

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