#511E37

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

Shades of Blackberry #511E37

Tints of Blackberry #511E37

Color information

#511E37 (or 0x511E37) is unknown color: approx Blackberry. HEX triplet: 51, 1E and 37. RGB value is (81,30,55). Sum of RGB (Red+Green+Blue) = 81+30+55=166 (21% of max value = 765). Red value is 81 (32.03% from 255 or 48.80% from 166); Green value is 30 (12.11% from 255 or 18.07% from 166); Blue value is 55 (21.88% from 255 or 33.13% from 166); Max value from RGB is 81 - color contains mainly: red. Hex color #511E37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511E37 is #AEE1C8. Grayscale: #303030. Windows color (decimal): -11461065 or 3612241. OLE color: 3612241.

HSL color Cylindrical-coordinate representation of color #511E37: hue angle of 330.59º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #511E37 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.68.

Color convert

RGB813055-
CMYK00.630.320.68
HSL330.59º45.95%21.76%-
HSV(B)330.59º62.96%31.76%-
XYZ4.552.953.94-
YUV48.1131.9151.47-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 48.80%
GREEN value IS 30 (12.11% from 255) = 18.07%
BLUE value IS 55 (21.88% from 255) = 33.13%
R=48.80%
G=18.07%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.32
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81305500.630.320.68330.5945.9521.76
Hex511E3703F204414b2e16
Octal1213667077401045135626
Binary1010001111101101110111111100000100010010100101110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511E37; }

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

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

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

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

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

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

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

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