Html Css Color HEX #520D2A Blackberry

📋 copy color: '#520D2A'

red 82 ◦ green 13 ◦ blue 42

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

Shades of Blackberry #520D2A

Tints of Blackberry #520D2A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.49%

 BLUE value IS 42 (16.8% from 255) = 30.66%

R = 59.85%
G = 9.49%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#520D2A (or 0x520D2A) is known color: Blackberry. HEX triplet: 52, 0D and 2A. RGB value is (82,13,42). Sum of RGB (Red+Green+Blue) = 82+13+42=137 (18% of max value = 765). Red value is 82 (32.42% from 255 or 59.85% from 137); Green value is 13 (5.47% from 255 or 9.49% from 137); Blue value is 42 (16.80% from 255 or 30.66% from 137); Max value from RGB is 82 - color contains mainly: red. Hex color #520D2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520D2A is #ADF2D5. Grayscale: #242424. Windows color (decimal): -11399894 or 2755922. OLE color: 2755922.

HSL color Cylindrical-coordinate representation of color #520D2A: hue angle of 334.78º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #520D2A is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 13 42 -
CMYK 0 0.84 0.49 0.68
HSL 334.78º 0.73% 0.19% -
HSV(B) 334.78º 0.84% 0.32% -
XYZ 4.04 2.25 2.41 -
YUV 36.94 130.86 160.14 -
System Red Green Blue C M Y K H S L
Decimal 82 13 42 0 0.84 0.49 0.68 334.78 0.73 0.19
Hex 52 D 2A 0 54 31 44 14F 49 13
Octal 122 15 52 0 124 61 104 517 111 23
Binary 1010010 1101 101010 0 1010100 110001 1000100 101001111 1001001 10011

Color Harmonies of #520D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520D2A

Black with #520D2A

Text Example


Text Example

White with #520D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,13,42); }

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

background-color css

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

 a { background-color: rgb(82,13,42); }

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

border-color css

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

 span { border-color: rgb(82,13,42); }

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