#511434

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

Shades of Blackberry #511434

Tints of Blackberry #511434

Color information

#511434 (or 0x511434) is unknown color: approx Blackberry. HEX triplet: 51, 14 and 34. RGB value is (81,20,52). Sum of RGB (Red+Green+Blue) = 81+20+52=153 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.94% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 52 (20.70% from 255 or 33.99% from 153); Max value from RGB is 81 - color contains mainly: red. Hex color #511434 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511434 is #AEEBCB. Grayscale: #292929. Windows color (decimal): -11463628 or 3413073. OLE color: 3413073.

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

Color convert

RGB812052-
CMYK00.750.360.68
HSL328.52º60.4%19.8%-
HSV(B)328.52º75.31%31.76%-
XYZ4.262.53.51-
YUV41.89133.71155.9-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.94%
GREEN value IS 20 (8.20% from 255) = 13.07%
BLUE value IS 52 (20.70% from 255) = 33.99%
R=52.94%
G=13.07%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.36
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81205200.750.360.68328.5260.419.8
Hex51143404B24441493c14
Octal12124640113441045117424
Binary10100011010011010001001011100100100010010100100111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511434; }

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

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

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

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

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

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

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

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