#531E3B

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

Shades of Blackberry #531E3B

Tints of Blackberry #531E3B

Color information

#531E3B (or 0x531E3B) is unknown color: approx Blackberry. HEX triplet: 53, 1E and 3B. RGB value is (83,30,59). Sum of RGB (Red+Green+Blue) = 83+30+59=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 30 (12.11% from 255 or 17.44% from 172); Blue value is 59 (23.44% from 255 or 34.30% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #531E3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531E3B is #ACE1C4. Grayscale: #313131. Windows color (decimal): -11329989 or 3874387. OLE color: 3874387.

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

Color convert

RGB833059-
CMYK00.640.290.67
HSL327.17º46.9%22.16%-
HSV(B)327.17º63.86%32.55%-
XYZ4.823.084.48-
YUV49.15133.56152.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.26%
GREEN value IS 30 (12.11% from 255) = 17.44%
BLUE value IS 59 (23.44% from 255) = 34.30%
R=48.26%
G=17.44%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83305900.640.290.67327.1746.922.16
Hex531E3B0401D431472f16
Octal12336730100351035075726
Binary1010011111101110110100000011101100001110100011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,30,59); }

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

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

 a { background-color: rgb(83,30,59); }

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

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

 span { border-color: rgb(83,30,59); }

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