#511436

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

Shades of Blackberry #511436

Tints of Blackberry #511436

Color information

#511436 (or 0x511436) is unknown color: approx Blackberry. HEX triplet: 51, 14 and 36. RGB value is (81,20,54). Sum of RGB (Red+Green+Blue) = 81+20+54=155 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.26% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 54 (21.48% from 255 or 34.84% from 155); Max value from RGB is 81 - color contains mainly: red. Hex color #511436 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511436 is #AEEBC9. Grayscale: #2A2A2A. Windows color (decimal): -11463626 or 3544145. OLE color: 3544145.

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

Color convert

RGB812054-
CMYK00.750.330.68
HSL326.56º60.4%19.8%-
HSV(B)326.56º75.31%31.76%-
XYZ4.312.523.75-
YUV42.11134.71155.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.26%
GREEN value IS 20 (8.20% from 255) = 12.90%
BLUE value IS 54 (21.48% from 255) = 34.84%
R=52.26%
G=12.90%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.33
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81205400.750.330.68326.5660.419.8
Hex51143604B21441473c14
Octal12124660113411045077424
Binary10100011010011011001001011100001100010010100011111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511436; }

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

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

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

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

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

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

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

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