#540B29

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

Shades of Blackberry #540B29

Tints of Blackberry #540B29

Color information

#540B29 (or 0x540B29) is unknown color: approx Blackberry. HEX triplet: 54, 0B and 29. RGB value is (84,11,41). Sum of RGB (Red+Green+Blue) = 84+11+41=136 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.76% from 136); Green value is 11 (4.69% from 255 or 8.09% from 136); Blue value is 41 (16.41% from 255 or 30.15% from 136); Max value from RGB is 84 - color contains mainly: red. Hex color #540B29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540B29 is #ABF4D6. Grayscale: #242424. Windows color (decimal): -11269335 or 2689876. OLE color: 2689876.

HSL color Cylindrical-coordinate representation of color #540B29: hue angle of 335.34º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #540B29 is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB841141-
CMYK00.870.510.67
HSL335.34º76.84%18.63%-
HSV(B)335.34º86.9%32.94%-
XYZ4.182.282.32-
YUV36.25130.68162.06-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 61.76%
GREEN value IS 11 (4.69% from 255) = 8.09%
BLUE value IS 41 (16.41% from 255) = 30.15%
R=61.76%
G=8.09%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84114100.870.510.67335.3476.8418.63
Hex54B29057334314f4d13
Octal124135101276310351711523
Binary10101001011101001010101111100111000011101001111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540B29; }

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

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

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

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

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

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

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

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