Html Css Color HEX #520221 Blackberry

📋 copy color: '#520221'

red 82 ◦ green 2 ◦ blue 33

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

Shades of Blackberry #520221

Tints of Blackberry #520221

RGB

 RED value IS 82 (32.42% from 255) = 70.09%

 GREEN value IS 2 (1.17% from 255) = 1.71%

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

R = 70.09%
G = 1.71%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#520221 (or 0x520221) is known color: Blackberry. HEX triplet: 52, 02 and 21. RGB value is (82,2,33). Sum of RGB (Red+Green+Blue) = 82+2+33=117 (15% of max value = 765). Red value is 82 (32.42% from 255 or 70.09% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 33 (13.28% from 255 or 28.21% from 117); Max value from RGB is 82 - color contains mainly: red. Hex color #520221 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520221 is #ADFDDE. Grayscale: #1D1D1D. Windows color (decimal): -11402719 or 2163282. OLE color: 2163282.

HSL color Cylindrical-coordinate representation of color #520221: hue angle of 336.75º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #520221 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 2 33 -
CMYK 0 0.98 0.60 0.68
HSL 336.75º 0.95% 0.16% -
HSV(B) 336.75º 0.98% 0.32% -
XYZ 3.78 1.95 1.62 -
YUV 29.45 130 165.48 -
System Red Green Blue C M Y K H S L
Decimal 82 2 33 0 0.98 0.60 0.68 336.75 0.95 0.16
Hex 52 2 21 0 62 3C 44 151 5F 10
Octal 122 2 41 0 142 74 104 521 137 20
Binary 1010010 10 100001 0 1100010 111100 1000100 101010001 1011111 10000

Color Harmonies of #520221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520221

Black with #520221

Text Example


Text Example

White with #520221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520221; }

 p { color: rgb(82,2,33); }

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

background-color css

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

 a { background-color: rgb(82,2,33); }

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

border-color css

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

 span { border-color: rgb(82,2,33); }

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