Html Css Color HEX #521A37 Blackberry

📋 copy color: '#521A37'

red 82 ◦ green 26 ◦ blue 55

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

Shades of Blackberry #521A37

Tints of Blackberry #521A37

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.95%

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

R = 50.31%
G = 15.95%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.68

RGB Variations

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

Color information

#521A37 (or 0x521A37) is known color: Blackberry. HEX triplet: 52, 1A and 37. RGB value is (82,26,55). Sum of RGB (Red+Green+Blue) = 82+26+55=163 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.31% from 163); Green value is 26 (10.55% from 255 or 15.95% from 163); Blue value is 55 (21.88% from 255 or 33.74% from 163); Max value from RGB is 82 - color contains mainly: red. Hex color #521A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521A37 is #ADE5C8. Grayscale: #2D2D2D. Windows color (decimal): -11396553 or 3611218. OLE color: 3611218.

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

Color convert

RGB 82 26 55 -
CMYK 0 0.68 0.33 0.68
HSL 328.93º 0.52% 0.21% -
HSV(B) 328.93º 0.68% 0.32% -
XYZ 4.54 2.81 3.92 -
YUV 46.05 133.05 153.64 -
System Red Green Blue C M Y K H S L
Decimal 82 26 55 0 0.68 0.33 0.68 328.93 0.52 0.21
Hex 52 1A 37 0 44 21 44 149 34 15
Octal 122 32 67 0 104 41 104 511 64 25
Binary 1010010 11010 110111 0 1000100 100001 1000100 101001001 110100 10101

Color Harmonies of #521A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521A37

Black with #521A37

Text Example


Text Example

White with #521A37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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