#541E39

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

Shades of Blackberry #541E39

Tints of Blackberry #541E39

Color information

#541E39 (or 0x541E39) is unknown color: approx Blackberry. HEX triplet: 54, 1E and 39. RGB value is (84,30,57). Sum of RGB (Red+Green+Blue) = 84+30+57=171 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.12% from 171); Green value is 30 (12.11% from 255 or 17.54% from 171); Blue value is 57 (22.66% from 255 or 33.33% from 171); Max value from RGB is 84 - color contains mainly: red. Hex color #541E39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541E39 is #ABE1C6. Grayscale: #313131. Windows color (decimal): -11264455 or 3743316. OLE color: 3743316.

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

Color convert

RGB843057-
CMYK00.640.320.67
HSL330º47.37%22.35%-
HSV(B)330º64.29%32.94%-
XYZ4.863.114.21-
YUV49.22132.39152.8-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 49.12%
GREEN value IS 30 (12.11% from 255) = 17.54%
BLUE value IS 57 (22.66% from 255) = 33.33%
R=49.12%
G=17.54%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84305700.640.320.6733047.3722.35
Hex541E39040204314a2f16
Octal12436710100401035125726
Binary10101001111011100101000000100000100001110100101010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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