#541E38

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

Shades of Blackberry #541E38

Tints of Blackberry #541E38

Color information

#541E38 (or 0x541E38) is unknown color: approx Blackberry. HEX triplet: 54, 1E and 38. RGB value is (84,30,56). Sum of RGB (Red+Green+Blue) = 84+30+56=170 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.41% from 170); Green value is 30 (12.11% from 255 or 17.65% from 170); Blue value is 56 (22.27% from 255 or 32.94% from 170); Max value from RGB is 84 - color contains mainly: red. Hex color #541E38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541E38 is #ABE1C7. Grayscale: #313131. Windows color (decimal): -11264456 or 3677780. OLE color: 3677780.

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

Color convert

RGB843056-
CMYK00.640.330.67
HSL331.11º47.37%22.35%-
HSV(B)331.11º64.29%32.94%-
XYZ4.833.14.08-
YUV49.11131.89152.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 49.41%
GREEN value IS 30 (12.11% from 255) = 17.65%
BLUE value IS 56 (22.27% from 255) = 32.94%
R=49.41%
G=17.65%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84305600.640.330.67331.1147.3722.35
Hex541E38040214314b2f16
Octal12436700100411035135726
Binary10101001111011100001000000100001100001110100101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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