#511932

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

Shades of Blackberry #511932

Tints of Blackberry #511932

Color information

#511932 (or 0x511932) is unknown color: approx Blackberry. HEX triplet: 51, 19 and 32. RGB value is (81,25,50). Sum of RGB (Red+Green+Blue) = 81+25+50=156 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.92% from 156); Green value is 25 (10.16% from 255 or 16.03% from 156); Blue value is 50 (19.92% from 255 or 32.05% from 156); Max value from RGB is 81 - color contains mainly: red. Hex color #511932 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511932 is #AEE6CD. Grayscale: #2C2C2C. Windows color (decimal): -11462350 or 3283281. OLE color: 3283281.

HSL color Cylindrical-coordinate representation of color #511932: hue angle of 333.21º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #511932 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.68.

Color convert

RGB812550-
CMYK00.690.380.68
HSL333.21º52.83%20.78%-
HSV(B)333.21º69.14%31.76%-
XYZ4.322.673.31-
YUV44.59131.05153.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.92%
GREEN value IS 25 (10.16% from 255) = 16.03%
BLUE value IS 50 (19.92% from 255) = 32.05%
R=51.92%
G=16.03%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81255000.690.380.68333.2152.8320.78
Hex511932045264414d3515
Octal12131620105461045156525
Binary10100011100111001001000101100110100010010100110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511932; }

 p { color: rgb(81,25,50); }

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

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

 a { background-color: rgb(81,25,50); }

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

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

 span { border-color: rgb(81,25,50); }

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