#531B41

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

Shades of Blackberry #531B41

Tints of Blackberry #531B41

Color information

#531B41 (or 0x531B41) is unknown color: approx Blackberry. HEX triplet: 53, 1B and 41. RGB value is (83,27,65). Sum of RGB (Red+Green+Blue) = 83+27+65=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 27 (10.94% from 255 or 15.43% from 175); Blue value is 65 (25.78% from 255 or 37.14% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #531B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B41 is #ACE4BE. Grayscale: #2F2F2F. Windows color (decimal): -11330751 or 4266835. OLE color: 4266835.

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

Color convert

RGB832765-
CMYK00.670.220.67
HSL319.29º50.91%21.57%-
HSV(B)319.29º67.47%32.55%-
XYZ4.9135.32-
YUV48.08137.55152.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.43%
GREEN value IS 27 (10.94% from 255) = 15.43%
BLUE value IS 65 (25.78% from 255) = 37.14%
R=47.43%
G=15.43%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83276500.670.220.67319.2950.9121.57
Hex531B41043164313f3316
Octal123331010103261034776326
Binary10100111101110000010100001110110100001110011111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,27,65); }

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

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

 a { background-color: rgb(83,27,65); }

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

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

 span { border-color: rgb(83,27,65); }

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