Html Css Color HEX #521337 Blackberry

📋 copy color: '#521337'

red 82 ◦ green 19 ◦ blue 55

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

Shades of Blackberry #521337

Tints of Blackberry #521337

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.18%

 BLUE value IS 55 (21.88% from 255) = 35.26%

R = 52.56%
G = 12.18%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.68

RGB Variations

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

Color information

#521337 (or 0x521337) is known color: Blackberry. HEX triplet: 52, 13 and 37. RGB value is (82,19,55). Sum of RGB (Red+Green+Blue) = 82+19+55=156 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.56% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 55 (21.88% from 255 or 35.26% from 156); Max value from RGB is 82 - color contains mainly: red. Hex color #521337 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521337 is #ADECC8. Grayscale: #292929. Windows color (decimal): -11398345 or 3609426. OLE color: 3609426.

HSL color Cylindrical-coordinate representation of color #521337: hue angle of 325.71º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #521337 is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 19 55 -
CMYK 0 0.77 0.33 0.68
HSL 325.71º 0.62% 0.2% -
HSV(B) 325.71º 0.77% 0.32% -
XYZ 4.4 2.54 3.87 -
YUV 41.94 135.37 156.57 -
System Red Green Blue C M Y K H S L
Decimal 82 19 55 0 0.77 0.33 0.68 325.71 0.62 0.2
Hex 52 13 37 0 4D 21 44 146 3E 14
Octal 122 23 67 0 115 41 104 506 76 24
Binary 1010010 10011 110111 0 1001101 100001 1000100 101000110 111110 10100

Color Harmonies of #521337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521337

Black with #521337

Text Example


Text Example

White with #521337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521337; }

 p { color: rgb(82,19,55); }

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

background-color css

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

 a { background-color: rgb(82,19,55); }

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

border-color css

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

 span { border-color: rgb(82,19,55); }

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