#57092B

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

Shades of Blackberry #57092B

Tints of Blackberry #57092B

Color information

#57092B (or 0x57092B) is unknown color: approx Blackberry. HEX triplet: 57, 09 and 2B. RGB value is (87,9,43). Sum of RGB (Red+Green+Blue) = 87+9+43=139 (18% of max value = 765). Red value is 87 (34.38% from 255 or 62.59% from 139); Green value is 9 (3.91% from 255 or 6.47% from 139); Blue value is 43 (17.19% from 255 or 30.94% from 139); Max value from RGB is 87 - color contains mainly: red. Hex color #57092B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57092B is #A8F6D4. Grayscale: #242424. Windows color (decimal): -11073237 or 2820439. OLE color: 2820439.

HSL color Cylindrical-coordinate representation of color #57092B: hue angle of 333.85º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #57092B is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB87943-
CMYK00.900.510.66
HSL333.85º81.25%18.82%-
HSV(B)333.85º89.66%34.12%-
XYZ4.462.42.51-
YUV36.2131.84164.24-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 62.59%
GREEN value IS 9 (3.91% from 255) = 6.47%
BLUE value IS 43 (17.19% from 255) = 30.94%
R=62.59%
G=6.47%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8794300.900.510.66333.8581.2518.82
Hex5792B05A334214e5113
Octal127115301326310251612123
Binary10101111001101011010110101100111000010101001110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57092B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57092B; }

 p { color: rgb(87,9,43); }

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

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

 a { background-color: rgb(87,9,43); }

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

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

 span { border-color: rgb(87,9,43); }

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