Html Css Color HEX #520328 Blackberry

📋 copy color: '#520328'

red 82 ◦ green 3 ◦ blue 40

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

Shades of Blackberry #520328

Tints of Blackberry #520328

RGB

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

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

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

R = 65.6%
G = 2.4%
B = 32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#520328 (or 0x520328) is known color: Blackberry. HEX triplet: 52, 03 and 28. RGB value is (82,3,40). Sum of RGB (Red+Green+Blue) = 82+3+40=125 (16% of max value = 765). Red value is 82 (32.42% from 255 or 65.6% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 40 (16.02% from 255 or 32% from 125); Max value from RGB is 82 - color contains mainly: red. Hex color #520328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520328 is #ADFCD7. Grayscale: #1E1E1E. Windows color (decimal): -11402456 or 2622290. OLE color: 2622290.

HSL color Cylindrical-coordinate representation of color #520328: hue angle of 331.9º 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 #520328 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 3 40 -
CMYK 0 0.96 0.51 0.68
HSL 331.9º 0.93% 0.17% -
HSV(B) 331.9º 0.96% 0.32% -
XYZ 3.9 2.01 2.19 -
YUV 30.84 133.17 164.49 -
System Red Green Blue C M Y K H S L
Decimal 82 3 40 0 0.96 0.51 0.68 331.9 0.93 0.17
Hex 52 3 28 0 60 33 44 14C 5D 11
Octal 122 3 50 0 140 63 104 514 135 21
Binary 1010010 11 101000 0 1100000 110011 1000100 101001100 1011101 10001

Color Harmonies of #520328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520328

Black with #520328

Text Example


Text Example

White with #520328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520328; }

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

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

background-color css

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

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

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

border-color css

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

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

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