#540529

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

Shades of Blackberry #540529

Tints of Blackberry #540529

Color information

#540529 (or 0x540529) is unknown color: approx Blackberry. HEX triplet: 54, 05 and 29. RGB value is (84,5,41). Sum of RGB (Red+Green+Blue) = 84+5+41=130 (17% of max value = 765). Red value is 84 (33.20% from 255 or 64.62% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 41 (16.41% from 255 or 31.54% from 130); Max value from RGB is 84 - color contains mainly: red. Hex color #540529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540529 is #ABFAD6. Grayscale: #202020. Windows color (decimal): -11270871 or 2688340. OLE color: 2688340.

HSL color Cylindrical-coordinate representation of color #540529: hue angle of 332.66º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540529 is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB84541-
CMYK00.940.510.67
HSL332.66º88.76%17.45%-
HSV(B)332.66º94.05%32.94%-
XYZ4.112.152.3-
YUV32.72132.67164.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 64.62%
GREEN value IS 5 (2.34% from 255) = 3.85%
BLUE value IS 41 (16.41% from 255) = 31.54%
R=64.62%
G=3.85%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8454100.940.510.67332.6688.7617.45
Hex5452905E334314d5911
Octal12455101366310351513121
Binary1010100101101001010111101100111000011101001101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540529; }

 p { color: rgb(84,5,41); }

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

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

 a { background-color: rgb(84,5,41); }

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

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

 span { border-color: rgb(84,5,41); }

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