#57142F

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

Shades of Blackberry #57142F

Tints of Blackberry #57142F

Color information

#57142F (or 0x57142F) is unknown color: approx Blackberry. HEX triplet: 57, 14 and 2F. RGB value is (87,20,47). Sum of RGB (Red+Green+Blue) = 87+20+47=154 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.49% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 87 - color contains mainly: red. Hex color #57142F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57142F is #A8EBD0. Grayscale: #2B2B2B. Windows color (decimal): -11070417 or 3085399. OLE color: 3085399.

HSL color Cylindrical-coordinate representation of color #57142F: hue angle of 335.82º 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 #57142F is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.66.

Color convert

RGB872047-
CMYK00.770.460.66
HSL335.82º62.62%20.98%-
HSV(B)335.82º77.01%34.12%-
XYZ4.692.732.97-
YUV43.11130.2159.3-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 56.49%
GREEN value IS 20 (8.20% from 255) = 12.99%
BLUE value IS 47 (18.75% from 255) = 30.52%
R=56.49%
G=12.99%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.46
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87204700.770.460.66335.8262.6220.98
Hex57142F04D2E421503f15
Octal12724570115561025207725
Binary10101111010010111101001101101110100001010101000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57142F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57142F; }

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

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

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

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

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

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

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

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