#521731

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

Shades of Blackberry #521731

Tints of Blackberry #521731

Color information

#521731 (or 0x521731) is unknown color: approx Blackberry. HEX triplet: 52, 17 and 31. RGB value is (82,23,49). Sum of RGB (Red+Green+Blue) = 82+23+49=154 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.25% from 154); Green value is 23 (9.38% from 255 or 14.94% from 154); Blue value is 49 (19.53% from 255 or 31.82% from 154); Max value from RGB is 82 - color contains mainly: red. Hex color #521731 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521731 is #ADE8CE. Grayscale: #2B2B2B. Windows color (decimal): -11397327 or 3217234. OLE color: 3217234.

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

Color convert

RGB822349-
CMYK00.720.400.68
HSL333.56º56.19%20.59%-
HSV(B)333.56º71.95%32.16%-
XYZ4.342.633.18-
YUV43.6131.05155.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 53.25%
GREEN value IS 23 (9.38% from 255) = 14.94%
BLUE value IS 49 (19.53% from 255) = 31.82%
R=53.25%
G=14.94%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.40
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82234900.720.400.68333.5656.1920.59
Hex521731048284414e3815
Octal12227610110501045167025
Binary10100101011111000101001000101000100010010100111011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521731; }

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

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

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

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

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

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

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

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