#511239

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

Shades of Blackberry #511239

Tints of Blackberry #511239

Color information

#511239 (or 0x511239) is unknown color: approx Blackberry. HEX triplet: 51, 12 and 39. RGB value is (81,18,57). Sum of RGB (Red+Green+Blue) = 81+18+57=156 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.92% from 156); Green value is 18 (7.42% from 255 or 11.54% from 156); Blue value is 57 (22.66% from 255 or 36.54% from 156); Max value from RGB is 81 - color contains mainly: red. Hex color #511239 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511239 is #AEEDC6. Grayscale: #292929. Windows color (decimal): -11464135 or 3740241. OLE color: 3740241.

HSL color Cylindrical-coordinate representation of color #511239: hue angle of 322.86º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #511239 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.68.

Color convert

RGB811857-
CMYK00.780.300.68
HSL322.86º63.64%19.41%-
HSV(B)322.86º77.78%31.76%-
XYZ4.352.484.12-
YUV41.28136.87156.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.92%
GREEN value IS 18 (7.42% from 255) = 11.54%
BLUE value IS 57 (22.66% from 255) = 36.54%
R=51.92%
G=11.54%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.30
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81185700.780.300.68322.8663.6419.41
Hex51123904E1E441434013
Octal121227101163610450310023
Binary10100011001011100101001110111101000100101000011100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511239; }

 p { color: rgb(81,18,57); }

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

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

 a { background-color: rgb(81,18,57); }

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

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

 span { border-color: rgb(81,18,57); }

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