#521931

Color #521931 Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #521931

Tints of Blackberry #521931

Color information

#521931 (or 0x521931) is unknown color: approx Blackberry. HEX triplet: 52, 19 and 31. RGB value is (82,25,49). Sum of RGB (Red+Green+Blue) = 82+25+49=156 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.56% from 156); Green value is 25 (10.16% from 255 or 16.03% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 82 - color contains mainly: red. Hex color #521931 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521931 is #ADE6CE. Grayscale: #2C2C2C. Windows color (decimal): -11396815 or 3217746. OLE color: 3217746.

HSL color Cylindrical-coordinate representation of color #521931: hue angle of 334.74º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #521931 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.68.

Color convert

RGB822549-
CMYK00.700.400.68
HSL334.74º53.27%20.98%-
HSV(B)334.74º69.51%32.16%-
XYZ4.382.713.2-
YUV44.78130.38154.55-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 52.56%
GREEN value IS 25 (10.16% from 255) = 16.03%
BLUE value IS 49 (19.53% from 255) = 31.41%
R=52.56%
G=16.03%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.40
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82254900.700.400.68334.7453.2720.98
Hex521931046284414f3515
Octal12231610106501045176525
Binary10100101100111000101000110101000100010010100111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521931; }

 p { color: rgb(82,25,49); }

 H1.HeaderClassName
 {
   color: #521931;
 }
 .AnyTagClassName
 {
   color: #521931;
 }
</style>
background-color css

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

 a { background-color: rgb(82,25,49); }

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

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

 span { border-color: rgb(82,25,49); }

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