Html Css Color HEX #080521 Black Russian

📋 copy color: '#080521'

red 8 ◦ green 5 ◦ blue 33

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

Shades of Black Russian #080521

Tints of Black Russian #080521

RGB

 RED value IS 8 (3.52% from 255) = 17.39%

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

 BLUE value IS 33 (13.28% from 255) = 71.74%

R = 17.39%
G = 10.87%
B = 71.74%

CMYK

 C value IS 0.76

 M value IS 0.85

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#080521 (or 0x080521) is known color: Black Russian. HEX triplet: 08, 05 and 21. RGB value is (8,5,33). Sum of RGB (Red+Green+Blue) = 8+5+33=46 (6% of max value = 765). Red value is 8 (3.52% from 255 or 17.39% from 46); Green value is 5 (2.34% from 255 or 10.87% from 46); Blue value is 33 (13.28% from 255 or 71.74% from 46); Max value from RGB is 33 - color contains mainly: blue. Hex color #080521 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080521 is #F7FADE. Grayscale: #080808. Windows color (decimal): -16251615 or 2163976. OLE color: 2163976.

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

Color convert

RGB 8 5 33 -
CMYK 0.76 0.85 0 0.87
HSL 246.43º 0.74% 0.07% -
HSV(B) 246.43º 0.85% 0.13% -
XYZ 0.43 0.27 1.47 -
YUV 9.09 141.49 127.22 -
System Red Green Blue C M Y K H S L
Decimal 8 5 33 0.76 0.85 0 0.87 246.43 0.74 0.07
Hex 8 5 21 4C 55 0 57 F6 4A 7
Octal 10 5 41 114 125 0 127 366 112 7
Binary 1000 101 100001 1001100 1010101 0 1010111 11110110 1001010 111

Color Harmonies of #080521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080521

Black with #080521

Text Example


Text Example

White with #080521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080521; }

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

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

background-color css

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

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

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

border-color css

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

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

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