#531C3B

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

Shades of Blackberry #531C3B

Tints of Blackberry #531C3B

Color information

#531C3B (or 0x531C3B) is unknown color: approx Blackberry. HEX triplet: 53, 1C and 3B. RGB value is (83,28,59). Sum of RGB (Red+Green+Blue) = 83+28+59=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 28 (11.33% from 255 or 16.47% from 170); Blue value is 59 (23.44% from 255 or 34.71% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #531C3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531C3B is #ACE3C4. Grayscale: #2F2F2F. Windows color (decimal): -11330501 or 3873875. OLE color: 3873875.

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

Color convert

RGB832859-
CMYK00.660.290.67
HSL326.18º49.55%21.76%-
HSV(B)326.18º66.27%32.55%-
XYZ4.772.994.46-
YUV47.98134.22152.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.82%
GREEN value IS 28 (11.33% from 255) = 16.47%
BLUE value IS 59 (23.44% from 255) = 34.71%
R=48.82%
G=16.47%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83285900.660.290.67326.1849.5521.76
Hex531C3B0421D431463216
Octal12334730102351035066226
Binary1010011111001110110100001011101100001110100011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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