#511937

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

Shades of Blackberry #511937

Tints of Blackberry #511937

Color information

#511937 (or 0x511937) is unknown color: approx Blackberry. HEX triplet: 51, 19 and 37. RGB value is (81,25,55). Sum of RGB (Red+Green+Blue) = 81+25+55=161 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.31% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 55 (21.88% from 255 or 34.16% from 161); Max value from RGB is 81 - color contains mainly: red. Hex color #511937 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511937 is #AEE6C8. Grayscale: #2D2D2D. Windows color (decimal): -11462345 or 3610961. OLE color: 3610961.

HSL color Cylindrical-coordinate representation of color #511937: hue angle of 327.86º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #511937 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.68.

Color convert

RGB812555-
CMYK00.690.320.68
HSL327.86º52.83%20.78%-
HSV(B)327.86º69.14%31.76%-
XYZ4.432.723.91-
YUV45.16133.55153.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50.31%
GREEN value IS 25 (10.16% from 255) = 15.53%
BLUE value IS 55 (21.88% from 255) = 34.16%
R=50.31%
G=15.53%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.32
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81255500.690.320.68327.8652.8320.78
Hex51193704520441483515
Octal12131670105401045106525
Binary10100011100111011101000101100000100010010100100011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511937; }

 p { color: rgb(81,25,55); }

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

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

 a { background-color: rgb(81,25,55); }

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

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

 span { border-color: rgb(81,25,55); }

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