#531740

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

Shades of Blackberry #531740

Tints of Blackberry #531740

Color information

#531740 (or 0x531740) is unknown color: approx Blackberry. HEX triplet: 53, 17 and 40. RGB value is (83,23,64). Sum of RGB (Red+Green+Blue) = 83+23+64=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 23 (9.38% from 255 or 13.53% from 170); Blue value is 64 (25.39% from 255 or 37.65% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #531740 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531740 is #ACE8BF. Grayscale: #2D2D2D. Windows color (decimal): -11331776 or 4200275. OLE color: 4200275.

HSL color Cylindrical-coordinate representation of color #531740: hue angle of 319º 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 #531740 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB832364-
CMYK00.720.230.67
HSL319º56.6%20.78%-
HSV(B)319º72.29%32.55%-
XYZ4.82.825.14-
YUV45.61138.38154.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.82%
GREEN value IS 23 (9.38% from 255) = 13.53%
BLUE value IS 64 (25.39% from 255) = 37.65%
R=48.82%
G=13.53%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83236400.720.230.6731956.620.78
Hex531740048174313f3915
Octal123271000110271034777125
Binary10100111011110000000100100010111100001110011111111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531740; }

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

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

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

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

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

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

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

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