#541B3C

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

Shades of Blackberry #541B3C

Tints of Blackberry #541B3C

Color information

#541B3C (or 0x541B3C) is unknown color: approx Blackberry. HEX triplet: 54, 1B and 3C. RGB value is (84,27,60). Sum of RGB (Red+Green+Blue) = 84+27+60=171 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.12% from 171); Green value is 27 (10.94% from 255 or 15.79% from 171); Blue value is 60 (23.83% from 255 or 35.09% from 171); Max value from RGB is 84 - color contains mainly: red. Hex color #541B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541B3C is #ABE4C3. Grayscale: #2F2F2F. Windows color (decimal): -11265220 or 3939156. OLE color: 3939156.

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

Color convert

RGB842760-
CMYK00.680.290.67
HSL325.26º51.35%21.76%-
HSV(B)325.26º67.86%32.94%-
XYZ4.862.994.6-
YUV47.8134.88153.82-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 49.12%
GREEN value IS 27 (10.94% from 255) = 15.79%
BLUE value IS 60 (23.83% from 255) = 35.09%
R=49.12%
G=15.79%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84276000.680.290.67325.2651.3521.76
Hex541B3C0441D431453316
Octal12433740104351035056326
Binary1010100110111111000100010011101100001110100010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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