#511435

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

Shades of Blackberry #511435

Tints of Blackberry #511435

Color information

#511435 (or 0x511435) is unknown color: approx Blackberry. HEX triplet: 51, 14 and 35. RGB value is (81,20,53). Sum of RGB (Red+Green+Blue) = 81+20+53=154 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.60% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 53 (21.09% from 255 or 34.42% from 154); Max value from RGB is 81 - color contains mainly: red. Hex color #511435 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511435 is #AEEBCA. Grayscale: #292929. Windows color (decimal): -11463627 or 3478609. OLE color: 3478609.

HSL color Cylindrical-coordinate representation of color #511435: hue angle of 327.54º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #511435 is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.68.

Color convert

RGB812053-
CMYK00.750.350.68
HSL327.54º60.4%19.8%-
HSV(B)327.54º75.31%31.76%-
XYZ4.292.513.63-
YUV42134.21155.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.60%
GREEN value IS 20 (8.20% from 255) = 12.99%
BLUE value IS 53 (21.09% from 255) = 34.42%
R=52.60%
G=12.99%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.35
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81205300.750.350.68327.5460.419.8
Hex51143504B23441483c14
Octal12124650113431045107424
Binary10100011010011010101001011100011100010010100100011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511435; }

 p { color: rgb(81,20,53); }

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

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

 a { background-color: rgb(81,20,53); }

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

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

 span { border-color: rgb(81,20,53); }

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