#531A41

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

Shades of Blackberry #531A41

Tints of Blackberry #531A41

Color information

#531A41 (or 0x531A41) is unknown color: approx Blackberry. HEX triplet: 53, 1A and 41. RGB value is (83,26,65). Sum of RGB (Red+Green+Blue) = 83+26+65=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 26 (10.55% from 255 or 14.94% from 174); Blue value is 65 (25.78% from 255 or 37.36% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #531A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531A41 is #ACE5BE. Grayscale: #2F2F2F. Windows color (decimal): -11331007 or 4266579. OLE color: 4266579.

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

Color convert

RGB832665-
CMYK00.690.220.67
HSL318.95º52.29%21.37%-
HSV(B)318.95º68.67%32.55%-
XYZ4.892.965.31-
YUV47.49137.88153.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.70%
GREEN value IS 26 (10.55% from 255) = 14.94%
BLUE value IS 65 (25.78% from 255) = 37.36%
R=47.70%
G=14.94%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83266500.690.220.67318.9552.2921.37
Hex531A41045164313f3415
Octal123321010105261034776425
Binary10100111101010000010100010110110100001110011111111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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