#571530

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

Shades of Blackberry #571530

Tints of Blackberry #571530

Color information

#571530 (or 0x571530) is unknown color: approx Blackberry. HEX triplet: 57, 15 and 30. RGB value is (87,21,48). Sum of RGB (Red+Green+Blue) = 87+21+48=156 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.77% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 48 (19.14% from 255 or 30.77% from 156); Max value from RGB is 87 - color contains mainly: red. Hex color #571530 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571530 is #A8EACF. Grayscale: #2B2B2B. Windows color (decimal): -11070160 or 3151191. OLE color: 3151191.

HSL color Cylindrical-coordinate representation of color #571530: hue angle of 335.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 #571530 is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.66.

Color convert

RGB872148-
CMYK00.760.450.66
HSL335.45º61.11%21.18%-
HSV(B)335.45º75.86%34.12%-
XYZ4.732.783.08-
YUV43.81130.37158.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 55.77%
GREEN value IS 21 (8.59% from 255) = 13.46%
BLUE value IS 48 (19.14% from 255) = 30.77%
R=55.77%
G=13.46%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.45
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87214800.760.450.66335.4561.1121.18
Hex57153004C2D4214f3d15
Octal12725600114551025177525
Binary10101111010111000001001100101101100001010100111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571530; }

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

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

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

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

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

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

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

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