#511931

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

Shades of Blackberry #511931

Tints of Blackberry #511931

Color information

#511931 (or 0x511931) is unknown color: approx Blackberry. HEX triplet: 51, 19 and 31. RGB value is (81,25,49). Sum of RGB (Red+Green+Blue) = 81+25+49=155 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.26% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 49 (19.53% from 255 or 31.61% from 155); Max value from RGB is 81 - color contains mainly: red. Hex color #511931 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511931 is #AEE6CE. Grayscale: #2C2C2C. Windows color (decimal): -11462351 or 3217745. OLE color: 3217745.

HSL color Cylindrical-coordinate representation of color #511931: hue angle of 334.29º 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 #511931 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.68.

Color convert

RGB812549-
CMYK00.690.400.68
HSL334.29º52.83%20.78%-
HSV(B)334.29º69.14%31.76%-
XYZ4.32.673.19-
YUV44.48130.55154.05-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.26%
GREEN value IS 25 (10.16% from 255) = 16.13%
BLUE value IS 49 (19.53% from 255) = 31.61%
R=52.26%
G=16.13%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.40
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81254900.690.400.68334.2952.8320.78
Hex511931045284414e3515
Octal12131610105501045166525
Binary10100011100111000101000101101000100010010100111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511931; }

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

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

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

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

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

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

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

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