#531737

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

Shades of Blackberry #531737

Tints of Blackberry #531737

Color information

#531737 (or 0x531737) is unknown color: approx Blackberry. HEX triplet: 53, 17 and 37. RGB value is (83,23,55). Sum of RGB (Red+Green+Blue) = 83+23+55=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 23 (9.38% from 255 or 14.29% from 161); Blue value is 55 (21.88% from 255 or 34.16% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #531737 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531737 is #ACE8C8. Grayscale: #2C2C2C. Windows color (decimal): -11331785 or 3610451. OLE color: 3610451.

HSL color Cylindrical-coordinate representation of color #531737: hue angle of 328º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #531737 is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.67.

Color convert

RGB832355-
CMYK00.720.340.67
HSL328º56.6%20.78%-
HSV(B)328º72.29%32.55%-
XYZ4.562.733.9-
YUV44.59133.88155.4-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.55%
GREEN value IS 23 (9.38% from 255) = 14.29%
BLUE value IS 55 (21.88% from 255) = 34.16%
R=51.55%
G=14.29%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83235500.720.340.6732856.620.78
Hex53173704822431483915
Octal12327670110421035107125
Binary10100111011111011101001000100010100001110100100011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531737; }

 p { color: rgb(83,23,55); }

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

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

 a { background-color: rgb(83,23,55); }

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

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

 span { border-color: rgb(83,23,55); }

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