#571434

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

Shades of Blackberry #571434

Tints of Blackberry #571434

Color information

#571434 (or 0x571434) is unknown color: approx Blackberry. HEX triplet: 57, 14 and 34. RGB value is (87,20,52). Sum of RGB (Red+Green+Blue) = 87+20+52=159 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.72% from 159); Green value is 20 (8.20% from 255 or 12.58% from 159); Blue value is 52 (20.70% from 255 or 32.70% from 159); Max value from RGB is 87 - color contains mainly: red. Hex color #571434 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571434 is #A8EBCB. Grayscale: #2B2B2B. Windows color (decimal): -11070412 or 3413079. OLE color: 3413079.

HSL color Cylindrical-coordinate representation of color #571434: hue angle of 331.34º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #571434 is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.66.

Color convert

RGB872052-
CMYK00.770.400.66
HSL331.34º62.62%20.98%-
HSV(B)331.34º77.01%34.12%-
XYZ4.82.773.53-
YUV43.68132.7158.9-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 54.72%
GREEN value IS 20 (8.20% from 255) = 12.58%
BLUE value IS 52 (20.70% from 255) = 32.70%
R=54.72%
G=12.58%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.40
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87205200.770.400.66331.3462.6220.98
Hex57143404D284214b3f15
Octal12724640115501025137725
Binary10101111010011010001001101101000100001010100101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571434; }

 p { color: rgb(87,20,52); }

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

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

 a { background-color: rgb(87,20,52); }

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

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

 span { border-color: rgb(87,20,52); }

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