Html Css Color HEX #521C37 Blackberry

📋 copy color: '#521C37'

red 82 ◦ green 28 ◦ blue 55

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

Shades of Blackberry #521C37

Tints of Blackberry #521C37

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16.97%

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

R = 49.7%
G = 16.97%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.68

RGB Variations

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

Color information

#521C37 (or 0x521C37) is known color: Blackberry. HEX triplet: 52, 1C and 37. RGB value is (82,28,55). Sum of RGB (Red+Green+Blue) = 82+28+55=165 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.70% from 165); Green value is 28 (11.33% from 255 or 16.97% from 165); Blue value is 55 (21.88% from 255 or 33.33% from 165); Max value from RGB is 82 - color contains mainly: red. Hex color #521C37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521C37 is #ADE3C8. Grayscale: #2F2F2F. Windows color (decimal): -11396041 or 3611730. OLE color: 3611730.

HSL color Cylindrical-coordinate representation of color #521C37: hue angle of 330º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #521C37 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 28 55 -
CMYK 0 0.66 0.33 0.68
HSL 330º 0.49% 0.22% -
HSV(B) 330º 0.66% 0.32% -
XYZ 4.58 2.9 3.93 -
YUV 47.22 132.39 152.8 -
System Red Green Blue C M Y K H S L
Decimal 82 28 55 0 0.66 0.33 0.68 330 0.49 0.22
Hex 52 1C 37 0 42 21 44 14A 31 16
Octal 122 34 67 0 102 41 104 512 61 26
Binary 1010010 11100 110111 0 1000010 100001 1000100 101001010 110001 10110

Color Harmonies of #521C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521C37

Black with #521C37

Text Example


Text Example

White with #521C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521C37; }

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

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

background-color css

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

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

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

border-color css

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

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

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