Html Css Color HEX #000520 Black Russian

📋 copy color: '#000520'

red 0 ◦ green 5 ◦ blue 32

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

Shades of Black Russian #000520

Tints of Black Russian #000520

RGB

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

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

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

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

CMYK

 C value IS 1

 M value IS 0.84

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#000520 (or 0x000520) is known color: Black Russian. HEX triplet: 00, 05 and 20. RGB value is (0,5,32). Sum of RGB (Red+Green+Blue) = 0+5+32=37 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 37); Green value is 5 (2.34% from 255 or 13.51% 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 #000520 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000520 is #FFFADF. Grayscale: #060606. Windows color (decimal): -16775904 or 2098432. OLE color: 2098432.

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

Color convert

RGB 0 5 32 -
CMYK 1 0.84 0 0.87
HSL 230.63º 1% 0.06% -
HSV(B) 230.63º 1% 0.13% -
XYZ 0.31 0.21 1.39 -
YUV 6.58 142.34 123.3 -
System Red Green Blue C M Y K H S L
Decimal 0 5 32 1 0.84 0 0.87 230.63 1 0.06
Hex 0 5 20 64 54 0 57 E7 64 6
Octal 0 5 40 144 124 0 127 347 144 6
Binary 0 101 100000 1100100 1010100 0 1010111 11100111 1100100 110

Color Harmonies of #000520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000520

Black with #000520

Text Example


Text Example

White with #000520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000520; }

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

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

background-color css

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

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

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

border-color css

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

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

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