Html Css Color HEX #520624 Blackberry

📋 copy color: '#520624'

red 82 ◦ green 6 ◦ blue 36

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

Shades of Blackberry #520624

Tints of Blackberry #520624

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.84%

 BLUE value IS 36 (14.45% from 255) = 29.03%

R = 66.13%
G = 4.84%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.56

 K value IS 0.68

RGB Variations

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

Color information

#520624 (or 0x520624) is known color: Blackberry. HEX triplet: 52, 06 and 24. RGB value is (82,6,36). Sum of RGB (Red+Green+Blue) = 82+6+36=124 (16% of max value = 765). Red value is 82 (32.42% from 255 or 66.13% from 124); Green value is 6 (2.73% from 255 or 4.84% from 124); Blue value is 36 (14.45% from 255 or 29.03% from 124); Max value from RGB is 82 - color contains mainly: red. Hex color #520624 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520624 is #ADF9DB. Grayscale: #202020. Windows color (decimal): -11401692 or 2360914. OLE color: 2360914.

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

Color convert

RGB 82 6 36 -
CMYK 0 0.93 0.56 0.68
HSL 336.32º 0.86% 0.17% -
HSV(B) 336.32º 0.93% 0.32% -
XYZ 3.86 2.05 1.86 -
YUV 32.14 130.18 163.56 -
System Red Green Blue C M Y K H S L
Decimal 82 6 36 0 0.93 0.56 0.68 336.32 0.86 0.17
Hex 52 6 24 0 5D 38 44 150 56 11
Octal 122 6 44 0 135 70 104 520 126 21
Binary 1010010 110 100100 0 1011101 111000 1000100 101010000 1010110 10001

Color Harmonies of #520624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520624

Black with #520624

Text Example


Text Example

White with #520624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520624; }

 p { color: rgb(82,6,36); }

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

background-color css

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

 a { background-color: rgb(82,6,36); }

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

border-color css

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

 span { border-color: rgb(82,6,36); }

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