#57122E

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

Shades of Blackberry #57122E

Tints of Blackberry #57122E

Color information

#57122E (or 0x57122E) is unknown color: approx Blackberry. HEX triplet: 57, 12 and 2E. RGB value is (87,18,46). Sum of RGB (Red+Green+Blue) = 87+18+46=151 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.62% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 87 - color contains mainly: red. Hex color #57122E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57122E is #A8EDD1. Grayscale: #292929. Windows color (decimal): -11070930 or 3019351. OLE color: 3019351.

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

Color convert

RGB871846-
CMYK00.790.470.66
HSL335.65º65.71%20.59%-
HSV(B)335.65º79.31%34.12%-
XYZ4.642.662.85-
YUV41.82130.36160.22-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 57.62%
GREEN value IS 18 (7.42% from 255) = 11.92%
BLUE value IS 46 (18.36% from 255) = 30.46%
R=57.62%
G=11.92%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.47
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87184600.790.470.66335.6565.7120.59
Hex57122E04F2F421504215
Octal127225601175710252010225
Binary101011110010101110010011111011111000010101010000100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57122E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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