#511839

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

Shades of Blackberry #511839

Tints of Blackberry #511839

Color information

#511839 (or 0x511839) is unknown color: approx Blackberry. HEX triplet: 51, 18 and 39. RGB value is (81,24,57). Sum of RGB (Red+Green+Blue) = 81+24+57=162 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50% from 162); Green value is 24 (9.77% from 255 or 14.81% from 162); Blue value is 57 (22.66% from 255 or 35.19% from 162); Max value from RGB is 81 - color contains mainly: red. Hex color #511839 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511839 is #AEE7C6. Grayscale: #2C2C2C. Windows color (decimal): -11462599 or 3741777. OLE color: 3741777.

HSL color Cylindrical-coordinate representation of color #511839: hue angle of 325.26º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #511839 is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.68.

Color convert

RGB812457-
CMYK00.700.300.68
HSL325.26º54.29%20.59%-
HSV(B)325.26º70.37%31.76%-
XYZ4.462.74.16-
YUV44.8134.88153.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50%
GREEN value IS 24 (9.77% from 255) = 14.81%
BLUE value IS 57 (22.66% from 255) = 35.19%
R=50%
G=14.81%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.30
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81245700.700.300.68325.2654.2920.59
Hex5118390461E441453615
Octal12130710106361045056625
Binary1010001110001110010100011011110100010010100010111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511839; }

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

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

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

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

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

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

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

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