#521937

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

Shades of Blackberry #521937

Tints of Blackberry #521937

Color information

#521937 (or 0x521937) is unknown color: approx Blackberry. HEX triplet: 52, 19 and 37. RGB value is (82,25,55). Sum of RGB (Red+Green+Blue) = 82+25+55=162 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.62% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 55 (21.88% from 255 or 33.95% from 162); Max value from RGB is 82 - color contains mainly: red. Hex color #521937 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521937 is #ADE6C8. Grayscale: #2D2D2D. Windows color (decimal): -11396809 or 3610962. OLE color: 3610962.

HSL color Cylindrical-coordinate representation of color #521937: hue angle of 328.42º 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 #521937 is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.68.

Color convert

RGB822555-
CMYK00.700.330.68
HSL328.42º53.27%20.98%-
HSV(B)328.42º69.51%32.16%-
XYZ4.522.763.91-
YUV45.46133.38154.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50.62%
GREEN value IS 25 (10.16% from 255) = 15.43%
BLUE value IS 55 (21.88% from 255) = 33.95%
R=50.62%
G=15.43%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.33
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82255500.700.330.68328.4253.2720.98
Hex52193704621441483515
Octal12231670106411045106525
Binary10100101100111011101000110100001100010010100100011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521937; }

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

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

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

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

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

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

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

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