#57153B

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

Shades of Blackberry #57153B

Tints of Blackberry #57153B

Color information

#57153B (or 0x57153B) is unknown color: approx Blackberry. HEX triplet: 57, 15 and 3B. RGB value is (87,21,59). Sum of RGB (Red+Green+Blue) = 87+21+59=167 (22% of max value = 765). Red value is 87 (34.38% from 255 or 52.10% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 59 (23.44% from 255 or 35.33% from 167); Max value from RGB is 87 - color contains mainly: red. Hex color #57153B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57153B is #A8EAC4. Grayscale: #2C2C2C. Windows color (decimal): -11070149 or 3872087. OLE color: 3872087.

HSL color Cylindrical-coordinate representation of color #57153B: hue angle of 325.45º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #57153B is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.66.

Color convert

RGB872159-
CMYK00.760.320.66
HSL325.45º61.11%21.18%-
HSV(B)325.45º75.86%34.12%-
XYZ4.992.884.43-
YUV45.07135.87157.91-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 52.10%
GREEN value IS 21 (8.59% from 255) = 12.57%
BLUE value IS 59 (23.44% from 255) = 35.33%
R=52.10%
G=12.57%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.32
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87215900.760.320.66325.4561.1121.18
Hex57153B04C20421453d15
Octal12725730114401025057525
Binary10101111010111101101001100100000100001010100010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57153B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57153B; }

 p { color: rgb(87,21,59); }

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

<style>
 a { background-color: #57153B; }

 a { background-color: rgb(87,21,59); }

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

<style>
 span { border-color: #57153B; }

 span { border-color: rgb(87,21,59); }

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