#57142E

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

Shades of Blackberry #57142E

Tints of Blackberry #57142E

Color information

#57142E (or 0x57142E) is unknown color: approx Blackberry. HEX triplet: 57, 14 and 2E. RGB value is (87,20,46). Sum of RGB (Red+Green+Blue) = 87+20+46=153 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.86% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 46 (18.36% from 255 or 30.07% from 153); Max value from RGB is 87 - color contains mainly: red. Hex color #57142E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57142E is #A8EBD1. Grayscale: #2A2A2A. Windows color (decimal): -11070418 or 3019863. OLE color: 3019863.

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

Color convert

RGB872046-
CMYK00.770.470.66
HSL336.72º62.62%20.98%-
HSV(B)336.72º77.01%34.12%-
XYZ4.672.722.86-
YUV43129.7159.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 56.86%
GREEN value IS 20 (8.20% from 255) = 13.07%
BLUE value IS 46 (18.36% from 255) = 30.07%
R=56.86%
G=13.07%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.47
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87204600.770.470.66336.7262.6220.98
Hex57142E04D2F421513f15
Octal12724560115571025217725
Binary10101111010010111001001101101111100001010101000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57142E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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