#541E3C

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

Shades of Blackberry #541E3C

Tints of Blackberry #541E3C

Color information

#541E3C (or 0x541E3C) is unknown color: approx Blackberry. HEX triplet: 54, 1E and 3C. RGB value is (84,30,60). Sum of RGB (Red+Green+Blue) = 84+30+60=174 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48.28% from 174); Green value is 30 (12.11% from 255 or 17.24% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 84 - color contains mainly: red. Hex color #541E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541E3C is #ABE1C3. Grayscale: #313131. Windows color (decimal): -11264452 or 3939924. OLE color: 3939924.

HSL color Cylindrical-coordinate representation of color #541E3C: hue angle of 326.67º 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 #541E3C is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB843060-
CMYK00.640.290.67
HSL326.67º47.37%22.35%-
HSV(B)326.67º64.29%32.94%-
XYZ4.943.144.62-
YUV49.57133.89152.56-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48.28%
GREEN value IS 30 (12.11% from 255) = 17.24%
BLUE value IS 60 (23.83% from 255) = 34.48%
R=48.28%
G=17.24%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84306000.640.290.67326.6747.3722.35
Hex541E3C0401D431472f16
Octal12436740100351035075726
Binary1010100111101111000100000011101100001110100011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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