Html Css Color HEX #520322 Blackberry

📋 copy color: '#520322'

red 82 ◦ green 3 ◦ blue 34

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

Shades of Blackberry #520322

Tints of Blackberry #520322

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.52%

 BLUE value IS 34 (13.67% from 255) = 28.57%

R = 68.91%
G = 2.52%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.68

RGB Variations

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

Color information

#520322 (or 0x520322) is known color: Blackberry. HEX triplet: 52, 03 and 22. RGB value is (82,3,34). Sum of RGB (Red+Green+Blue) = 82+3+34=119 (15% of max value = 765). Red value is 82 (32.42% from 255 or 68.91% from 119); Green value is 3 (1.56% from 255 or 2.52% from 119); Blue value is 34 (13.67% from 255 or 28.57% from 119); Max value from RGB is 82 - color contains mainly: red. Hex color #520322 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520322 is #ADFCDD. Grayscale: #1E1E1E. Windows color (decimal): -11402462 or 2229074. OLE color: 2229074.

HSL color Cylindrical-coordinate representation of color #520322: hue angle of 336.46º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #520322 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 3 34 -
CMYK 0 0.96 0.59 0.68
HSL 336.46º 0.93% 0.17% -
HSV(B) 336.46º 0.96% 0.32% -
XYZ 3.8 1.97 1.69 -
YUV 30.16 130.17 164.98 -
System Red Green Blue C M Y K H S L
Decimal 82 3 34 0 0.96 0.59 0.68 336.46 0.93 0.17
Hex 52 3 22 0 60 3B 44 150 5D 11
Octal 122 3 42 0 140 73 104 520 135 21
Binary 1010010 11 100010 0 1100000 111011 1000100 101010000 1011101 10001

Color Harmonies of #520322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520322

Black with #520322

Text Example


Text Example

White with #520322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520322; }

 p { color: rgb(82,3,34); }

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

background-color css

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

 a { background-color: rgb(82,3,34); }

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

border-color css

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

 span { border-color: rgb(82,3,34); }

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