Html Css Color HEX #520929 Blackberry

📋 copy color: '#520929'

red 82 ◦ green 9 ◦ blue 41

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

Shades of Blackberry #520929

Tints of Blackberry #520929

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.82%

 BLUE value IS 41 (16.41% from 255) = 31.06%

R = 62.12%
G = 6.82%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.50

 K value IS 0.68

RGB Variations

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

Color information

#520929 (or 0x520929) is known color: Blackberry. HEX triplet: 52, 09 and 29. RGB value is (82,9,41). Sum of RGB (Red+Green+Blue) = 82+9+41=132 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.12% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 41 (16.41% from 255 or 31.06% from 132); Max value from RGB is 82 - color contains mainly: red. Hex color #520929 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520929 is #ADF6D6. Grayscale: #222222. Windows color (decimal): -11400919 or 2689362. OLE color: 2689362.

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

Color convert

RGB 82 9 41 -
CMYK 0 0.89 0.50 0.68
HSL 333.7º 0.8% 0.18% -
HSV(B) 333.7º 0.89% 0.32% -
XYZ 3.98 2.15 2.3 -
YUV 34.48 131.68 161.9 -
System Red Green Blue C M Y K H S L
Decimal 82 9 41 0 0.89 0.50 0.68 333.7 0.8 0.18
Hex 52 9 29 0 59 32 44 14E 50 12
Octal 122 11 51 0 131 62 104 516 120 22
Binary 1010010 1001 101001 0 1011001 110010 1000100 101001110 1010000 10010

Color Harmonies of #520929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520929

Black with #520929

Text Example


Text Example

White with #520929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520929; }

 p { color: rgb(82,9,41); }

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

background-color css

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

 a { background-color: rgb(82,9,41); }

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

border-color css

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

 span { border-color: rgb(82,9,41); }

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