#511E36

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

Shades of Blackberry #511E36

Tints of Blackberry #511E36

Color information

#511E36 (or 0x511E36) is unknown color: approx Blackberry. HEX triplet: 51, 1E and 36. RGB value is (81,30,54). Sum of RGB (Red+Green+Blue) = 81+30+54=165 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.09% from 165); Green value is 30 (12.11% from 255 or 18.18% from 165); Blue value is 54 (21.48% from 255 or 32.73% from 165); Max value from RGB is 81 - color contains mainly: red. Hex color #511E36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511E36 is #AEE1C9. Grayscale: #2F2F2F. Windows color (decimal): -11461066 or 3546705. OLE color: 3546705.

HSL color Cylindrical-coordinate representation of color #511E36: hue angle of 331.76º 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 #511E36 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.68.

Color convert

RGB813054-
CMYK00.630.330.68
HSL331.76º45.95%21.76%-
HSV(B)331.76º62.96%31.76%-
XYZ4.522.943.82-
YUV47.98131.4151.55-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.09%
GREEN value IS 30 (12.11% from 255) = 18.18%
BLUE value IS 54 (21.48% from 255) = 32.73%
R=49.09%
G=18.18%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.33
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81305400.630.330.68331.7645.9521.76
Hex511E3603F214414c2e16
Octal1213666077411045145626
Binary1010001111101101100111111100001100010010100110010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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