#511336

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

Shades of Blackberry #511336

Tints of Blackberry #511336

Color information

#511336 (or 0x511336) is unknown color: approx Blackberry. HEX triplet: 51, 13 and 36. RGB value is (81,19,54). Sum of RGB (Red+Green+Blue) = 81+19+54=154 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.60% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 54 (21.48% from 255 or 35.06% from 154); Max value from RGB is 81 - color contains mainly: red. Hex color #511336 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511336 is #AEECC9. Grayscale: #292929. Windows color (decimal): -11463882 or 3543889. OLE color: 3543889.

HSL color Cylindrical-coordinate representation of color #511336: hue angle of 326.13º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #511336 is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.68.

Color convert

RGB811954-
CMYK00.770.330.68
HSL326.13º62%19.61%-
HSV(B)326.13º76.54%31.76%-
XYZ4.292.483.74-
YUV41.53135.04156.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.60%
GREEN value IS 19 (7.81% from 255) = 12.34%
BLUE value IS 54 (21.48% from 255) = 35.06%
R=52.60%
G=12.34%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.33
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81195400.770.330.68326.136219.61
Hex51133604D21441463e14
Octal12123660115411045067624
Binary10100011001111011001001101100001100010010100011011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511336; }

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

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

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

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

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

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

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

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