#511D36

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

Shades of Blackberry #511D36

Tints of Blackberry #511D36

Color information

#511D36 (or 0x511D36) is unknown color: approx Blackberry. HEX triplet: 51, 1D and 36. RGB value is (81,29,54). Sum of RGB (Red+Green+Blue) = 81+29+54=164 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.39% from 164); Green value is 29 (11.72% from 255 or 17.68% from 164); Blue value is 54 (21.48% from 255 or 32.93% from 164); Max value from RGB is 81 - color contains mainly: red. Hex color #511D36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511D36 is #AEE2C9. Grayscale: #2F2F2F. Windows color (decimal): -11461322 or 3546449. OLE color: 3546449.

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

Color convert

RGB812954-
CMYK00.640.330.68
HSL331.15º47.27%21.57%-
HSV(B)331.15º64.2%31.76%-
XYZ4.52.893.81-
YUV47.4131.73151.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.39%
GREEN value IS 29 (11.72% from 255) = 17.68%
BLUE value IS 54 (21.48% from 255) = 32.93%
R=49.39%
G=17.68%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.33
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81295400.640.330.68331.1547.2721.57
Hex511D36040214414b2f16
Octal12135660100411045135726
Binary10100011110111011001000000100001100010010100101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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