#571935

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

Shades of Blackberry #571935

Tints of Blackberry #571935

Color information

#571935 (or 0x571935) is unknown color: approx Blackberry. HEX triplet: 57, 19 and 35. RGB value is (87,25,53). Sum of RGB (Red+Green+Blue) = 87+25+53=165 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.73% from 165); Green value is 25 (10.16% from 255 or 15.15% from 165); Blue value is 53 (21.09% from 255 or 32.12% from 165); Max value from RGB is 87 - color contains mainly: red. Hex color #571935 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571935 is #A8E6CA. Grayscale: #2E2E2E. Windows color (decimal): -11069131 or 3479895. OLE color: 3479895.

HSL color Cylindrical-coordinate representation of color #571935: hue angle of 332.9º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #571935 is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.66.

Color convert

RGB872553-
CMYK00.710.390.66
HSL332.9º55.36%21.96%-
HSV(B)332.9º71.26%34.12%-
XYZ4.922.983.68-
YUV46.73131.54156.72-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 52.73%
GREEN value IS 25 (10.16% from 255) = 15.15%
BLUE value IS 53 (21.09% from 255) = 32.12%
R=52.73%
G=15.15%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.39
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87255300.710.390.66332.955.3621.96
Hex571935047274214d3716
Octal12731650107471025156726
Binary10101111100111010101000111100111100001010100110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571935; }

 p { color: rgb(87,25,53); }

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

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

 a { background-color: rgb(87,25,53); }

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

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

 span { border-color: rgb(87,25,53); }

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