#511938

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

Shades of Blackberry #511938

Tints of Blackberry #511938

Color information

#511938 (or 0x511938) is unknown color: approx Blackberry. HEX triplet: 51, 19 and 38. RGB value is (81,25,56). Sum of RGB (Red+Green+Blue) = 81+25+56=162 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 56 (22.27% from 255 or 34.57% from 162); Max value from RGB is 81 - color contains mainly: red. Hex color #511938 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511938 is #AEE6C7. Grayscale: #2D2D2D. Windows color (decimal): -11462344 or 3676497. OLE color: 3676497.

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

Color convert

RGB812556-
CMYK00.690.310.68
HSL326.79º52.83%20.78%-
HSV(B)326.79º69.14%31.76%-
XYZ4.452.734.03-
YUV45.28134.05153.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50%
GREEN value IS 25 (10.16% from 255) = 15.43%
BLUE value IS 56 (22.27% from 255) = 34.57%
R=50%
G=15.43%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.31
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81255600.690.310.68326.7952.8320.78
Hex5119380451F441473515
Octal12131700105371045076525
Binary1010001110011110000100010111111100010010100011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511938; }

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

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

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

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

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

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

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

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