#531F39

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

Shades of Blackberry #531F39

Tints of Blackberry #531F39

Color information

#531F39 (or 0x531F39) is unknown color: approx Blackberry. HEX triplet: 53, 1F and 39. RGB value is (83,31,57). Sum of RGB (Red+Green+Blue) = 83+31+57=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 31 (12.5% from 255 or 18.13% from 171); Blue value is 57 (22.66% from 255 or 33.33% from 171); Max value from RGB is 83 - color contains mainly: red. Hex color #531F39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531F39 is #ACE0C6. Grayscale: #313131. Windows color (decimal): -11329735 or 3743571. OLE color: 3743571.

HSL color Cylindrical-coordinate representation of color #531F39: hue angle of 330º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #531F39 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB833157-
CMYK00.630.310.67
HSL330º45.61%22.35%-
HSV(B)330º62.65%32.55%-
XYZ4.83.114.22-
YUV49.51132.23151.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.54%
GREEN value IS 31 (12.5% from 255) = 18.13%
BLUE value IS 57 (22.66% from 255) = 33.33%
R=48.54%
G=18.13%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83315700.630.310.6733045.6122.35
Hex531F3903F1F4314a2e16
Octal1233771077371035125626
Binary101001111111111001011111111111100001110100101010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531F39; }

 p { color: rgb(83,31,57); }

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

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

 a { background-color: rgb(83,31,57); }

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

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

 span { border-color: rgb(83,31,57); }

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