#541A39

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

Shades of Blackberry #541A39

Tints of Blackberry #541A39

Color information

#541A39 (or 0x541A39) is unknown color: approx Blackberry. HEX triplet: 54, 1A and 39. RGB value is (84,26,57). Sum of RGB (Red+Green+Blue) = 84+26+57=167 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50.30% from 167); Green value is 26 (10.55% from 255 or 15.57% from 167); Blue value is 57 (22.66% from 255 or 34.13% from 167); Max value from RGB is 84 - color contains mainly: red. Hex color #541A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541A39 is #ABE5C6. Grayscale: #2E2E2E. Windows color (decimal): -11265479 or 3742292. OLE color: 3742292.

HSL color Cylindrical-coordinate representation of color #541A39: hue angle of 327.93º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #541A39 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB842657-
CMYK00.690.320.67
HSL327.93º52.73%21.57%-
HSV(B)327.93º69.05%32.94%-
XYZ4.762.924.18-
YUV46.88133.72154.48-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50.30%
GREEN value IS 26 (10.55% from 255) = 15.57%
BLUE value IS 57 (22.66% from 255) = 34.13%
R=50.30%
G=15.57%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84265700.690.320.67327.9352.7321.57
Hex541A3904520431483516
Octal12432710105401035106526
Binary10101001101011100101000101100000100001110100100011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541A39; }

 p { color: rgb(84,26,57); }

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

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

 a { background-color: rgb(84,26,57); }

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

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

 span { border-color: rgb(84,26,57); }

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