Html Css Color HEX #520327 Blackberry

📋 copy color: '#520327'

red 82 ◦ green 3 ◦ blue 39

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

Shades of Blackberry #520327

Tints of Blackberry #520327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 31.45%

R = 66.13%
G = 2.42%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#520327 (or 0x520327) is known color: Blackberry. HEX triplet: 52, 03 and 27. RGB value is (82,3,39). Sum of RGB (Red+Green+Blue) = 82+3+39=124 (16% of max value = 765). Red value is 82 (32.42% from 255 or 66.13% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 39 (15.62% from 255 or 31.45% from 124); Max value from RGB is 82 - color contains mainly: red. Hex color #520327 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520327 is #ADFCD8. Grayscale: #1E1E1E. Windows color (decimal): -11402457 or 2556754. OLE color: 2556754.

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

Color convert

RGB 82 3 39 -
CMYK 0 0.96 0.52 0.68
HSL 332.66º 0.93% 0.17% -
HSV(B) 332.66º 0.96% 0.32% -
XYZ 3.88 2.01 2.1 -
YUV 30.73 132.67 164.57 -
System Red Green Blue C M Y K H S L
Decimal 82 3 39 0 0.96 0.52 0.68 332.66 0.93 0.17
Hex 52 3 27 0 60 34 44 14D 5D 11
Octal 122 3 47 0 140 64 104 515 135 21
Binary 1010010 11 100111 0 1100000 110100 1000100 101001101 1011101 10001

Color Harmonies of #520327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520327

Black with #520327

Text Example


Text Example

White with #520327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520327; }

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

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

background-color css

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

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

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

border-color css

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

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

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