#531540

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

Shades of Blackberry #531540

Tints of Blackberry #531540

Color information

#531540 (or 0x531540) is unknown color: approx Blackberry. HEX triplet: 53, 15 and 40. RGB value is (83,21,64). Sum of RGB (Red+Green+Blue) = 83+21+64=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #531540 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531540 is #ACEABF. Grayscale: #2C2C2C. Windows color (decimal): -11332288 or 4199763. OLE color: 4199763.

HSL color Cylindrical-coordinate representation of color #531540: hue angle of 318.39º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #531540 is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB832164-
CMYK00.750.230.67
HSL318.39º59.62%20.39%-
HSV(B)318.39º74.7%32.55%-
XYZ4.762.755.13-
YUV44.44139.04155.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.40%
GREEN value IS 21 (8.59% from 255) = 12.5%
BLUE value IS 64 (25.39% from 255) = 38.10%
R=49.40%
G=12.5%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83216400.750.230.67318.3959.6220.39
Hex53154004B174313e3c14
Octal123251000113271034767424
Binary10100111010110000000100101110111100001110011111011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531540; }

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

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

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

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

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

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

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

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