#511533

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

Shades of Blackberry #511533

Tints of Blackberry #511533

Color information

#511533 (or 0x511533) is unknown color: approx Blackberry. HEX triplet: 51, 15 and 33. RGB value is (81,21,51). Sum of RGB (Red+Green+Blue) = 81+21+51=153 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.94% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 51 (20.31% from 255 or 33.33% from 153); Max value from RGB is 81 - color contains mainly: red. Hex color #511533 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511533 is #AEEACC. Grayscale: #2A2A2A. Windows color (decimal): -11463373 or 3347793. OLE color: 3347793.

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

Color convert

RGB812151-
CMYK00.740.370.68
HSL330º58.82%20%-
HSV(B)330º74.07%31.76%-
XYZ4.262.523.39-
YUV42.36132.88155.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.94%
GREEN value IS 21 (8.59% from 255) = 13.73%
BLUE value IS 51 (20.31% from 255) = 33.33%
R=52.94%
G=13.73%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.37
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81215100.740.370.6833058.8220
Hex51153304A254414a3b14
Octal12125630112451045127324
Binary10100011010111001101001010100101100010010100101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511533; }

 p { color: rgb(81,21,51); }

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

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

 a { background-color: rgb(81,21,51); }

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

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

 span { border-color: rgb(81,21,51); }

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