Html Css Color HEX #520528 Blackberry

📋 copy color: '#520528'

red 82 ◦ green 5 ◦ blue 40

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

Shades of Blackberry #520528

Tints of Blackberry #520528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 31.5%

R = 64.57%
G = 3.94%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#520528 (or 0x520528) is known color: Blackberry. HEX triplet: 52, 05 and 28. RGB value is (82,5,40). Sum of RGB (Red+Green+Blue) = 82+5+40=127 (16% of max value = 765). Red value is 82 (32.42% from 255 or 64.57% from 127); Green value is 5 (2.34% from 255 or 3.94% from 127); Blue value is 40 (16.02% from 255 or 31.50% from 127); Max value from RGB is 82 - color contains mainly: red. Hex color #520528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520528 is #ADFAD7. Grayscale: #1F1F1F. Windows color (decimal): -11401944 or 2622802. OLE color: 2622802.

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

Color convert

RGB 82 5 40 -
CMYK 0 0.94 0.51 0.68
HSL 332.73º 0.89% 0.17% -
HSV(B) 332.73º 0.94% 0.32% -
XYZ 3.92 2.06 2.2 -
YUV 32.01 132.51 163.65 -
System Red Green Blue C M Y K H S L
Decimal 82 5 40 0 0.94 0.51 0.68 332.73 0.89 0.17
Hex 52 5 28 0 5E 33 44 14D 59 11
Octal 122 5 50 0 136 63 104 515 131 21
Binary 1010010 101 101000 0 1011110 110011 1000100 101001101 1011001 10001

Color Harmonies of #520528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520528

Black with #520528

Text Example


Text Example

White with #520528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520528; }

 p { color: rgb(82,5,40); }

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

background-color css

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

 a { background-color: rgb(82,5,40); }

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

border-color css

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

 span { border-color: rgb(82,5,40); }

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