#531B3B

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

Shades of Blackberry #531B3B

Tints of Blackberry #531B3B

Color information

#531B3B (or 0x531B3B) is unknown color: approx Blackberry. HEX triplet: 53, 1B and 3B. RGB value is (83,27,59). Sum of RGB (Red+Green+Blue) = 83+27+59=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 27 (10.94% from 255 or 15.98% from 169); Blue value is 59 (23.44% from 255 or 34.91% from 169); Max value from RGB is 83 - color contains mainly: red. Hex color #531B3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B3B is #ACE4C4. Grayscale: #2F2F2F. Windows color (decimal): -11330757 or 3873619. OLE color: 3873619.

HSL color Cylindrical-coordinate representation of color #531B3B: hue angle of 325.71º 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 #531B3B is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB832759-
CMYK00.670.290.67
HSL325.71º50.91%21.57%-
HSV(B)325.71º67.47%32.55%-
XYZ4.752.944.45-
YUV47.39134.55153.4-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.11%
GREEN value IS 27 (10.94% from 255) = 15.98%
BLUE value IS 59 (23.44% from 255) = 34.91%
R=49.11%
G=15.98%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83275900.670.290.67325.7150.9121.57
Hex531B3B0431D431463316
Octal12333730103351035066326
Binary1010011110111110110100001111101100001110100011011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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