#57122F

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

Shades of Blackberry #57122F

Tints of Blackberry #57122F

Color information

#57122F (or 0x57122F) is unknown color: approx Blackberry. HEX triplet: 57, 12 and 2F. RGB value is (87,18,47). Sum of RGB (Red+Green+Blue) = 87+18+47=152 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.24% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 47 (18.75% from 255 or 30.92% from 152); Max value from RGB is 87 - color contains mainly: red. Hex color #57122F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57122F is #A8EDD0. Grayscale: #292929. Windows color (decimal): -11070929 or 3084887. OLE color: 3084887.

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

Color convert

RGB871847-
CMYK00.790.460.66
HSL334.78º65.71%20.59%-
HSV(B)334.78º79.31%34.12%-
XYZ4.662.662.96-
YUV41.94130.86160.14-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 57.24%
GREEN value IS 18 (7.42% from 255) = 11.84%
BLUE value IS 47 (18.75% from 255) = 30.92%
R=57.24%
G=11.84%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.46
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87184700.790.460.66334.7865.7120.59
Hex57122F04F2E4214f4215
Octal127225701175610251710225
Binary101011110010101111010011111011101000010101001111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57122F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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