Html Css Color HEX #520A2F Blackberry

📋 copy color: '#520A2F'

red 82 ◦ green 10 ◦ blue 47

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

Shades of Blackberry #520A2F

Tints of Blackberry #520A2F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.19%

 BLUE value IS 47 (18.75% from 255) = 33.81%

R = 58.99%
G = 7.19%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.68

RGB Variations

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

Color information

#520A2F (or 0x520A2F) is known color: Blackberry. HEX triplet: 52, 0A and 2F. RGB value is (82,10,47). Sum of RGB (Red+Green+Blue) = 82+10+47=139 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.99% from 139); Green value is 10 (4.30% from 255 or 7.19% from 139); Blue value is 47 (18.75% from 255 or 33.81% from 139); Max value from RGB is 82 - color contains mainly: red. Hex color #520A2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520A2F is #ADF5D0. Grayscale: #232323. Windows color (decimal): -11400657 or 3082834. OLE color: 3082834.

HSL color Cylindrical-coordinate representation of color #520A2F: hue angle of 329.17º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #520A2F is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 10 47 -
CMYK 0 0.88 0.43 0.68
HSL 329.17º 0.78% 0.18% -
HSV(B) 329.17º 0.88% 0.32% -
XYZ 4.1 2.22 2.9 -
YUV 35.75 134.35 160.99 -
System Red Green Blue C M Y K H S L
Decimal 82 10 47 0 0.88 0.43 0.68 329.17 0.78 0.18
Hex 52 A 2F 0 58 2B 44 149 4E 12
Octal 122 12 57 0 130 53 104 511 116 22
Binary 1010010 1010 101111 0 1011000 101011 1000100 101001001 1001110 10010

Color Harmonies of #520A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520A2F

Black with #520A2F

Text Example


Text Example

White with #520A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520A2F; }

 p { color: rgb(82,10,47); }

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

background-color css

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

 a { background-color: rgb(82,10,47); }

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

border-color css

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

 span { border-color: rgb(82,10,47); }

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