#541D3C

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

Shades of Blackberry #541D3C

Tints of Blackberry #541D3C

Color information

#541D3C (or 0x541D3C) is unknown color: approx Blackberry. HEX triplet: 54, 1D and 3C. RGB value is (84,29,60). Sum of RGB (Red+Green+Blue) = 84+29+60=173 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.55% from 173); Green value is 29 (11.72% from 255 or 16.76% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 84 - color contains mainly: red. Hex color #541D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541D3C is #ABE2C3. Grayscale: #303030. Windows color (decimal): -11264708 or 3939668. OLE color: 3939668.

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

Color convert

RGB842960-
CMYK00.650.290.67
HSL326.18º48.67%22.16%-
HSV(B)326.18º65.48%32.94%-
XYZ4.913.094.61-
YUV48.98134.22152.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48.55%
GREEN value IS 29 (11.72% from 255) = 16.76%
BLUE value IS 60 (23.83% from 255) = 34.68%
R=48.55%
G=16.76%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84296000.650.290.67326.1848.6722.16
Hex541D3C0411D431463116
Octal12435740101351035066126
Binary1010100111011111000100000111101100001110100011011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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