#531437

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

Shades of Blackberry #531437

Tints of Blackberry #531437

Color information

#531437 (or 0x531437) is unknown color: approx Blackberry. HEX triplet: 53, 14 and 37. RGB value is (83,20,55). Sum of RGB (Red+Green+Blue) = 83+20+55=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 55 (21.88% from 255 or 34.81% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #531437 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531437 is #ACEBC8. Grayscale: #2A2A2A. Windows color (decimal): -11332553 or 3609683. OLE color: 3609683.

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

Color convert

RGB832055-
CMYK00.760.340.67
HSL326.67º61.17%20.2%-
HSV(B)326.67º75.9%32.55%-
XYZ4.512.623.88-
YUV42.83134.87156.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.53%
GREEN value IS 20 (8.20% from 255) = 12.66%
BLUE value IS 55 (21.88% from 255) = 34.81%
R=52.53%
G=12.66%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83205500.760.340.67326.6761.1720.2
Hex53143704C22431473d14
Octal12324670114421035077524
Binary10100111010011011101001100100010100001110100011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531437; }

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

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

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

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

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

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

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

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