#541E3A

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

Shades of Blackberry #541E3A

Tints of Blackberry #541E3A

Color information

#541E3A (or 0x541E3A) is unknown color: approx Blackberry. HEX triplet: 54, 1E and 3A. RGB value is (84,30,58). Sum of RGB (Red+Green+Blue) = 84+30+58=172 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.84% from 172); Green value is 30 (12.11% from 255 or 17.44% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 84 - color contains mainly: red. Hex color #541E3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541E3A is #ABE1C5. Grayscale: #313131. Windows color (decimal): -11264454 or 3808852. OLE color: 3808852.

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

Color convert

RGB843058-
CMYK00.640.310.67
HSL328.89º47.37%22.35%-
HSV(B)328.89º64.29%32.94%-
XYZ4.883.124.35-
YUV49.34132.89152.72-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48.84%
GREEN value IS 30 (12.11% from 255) = 17.44%
BLUE value IS 58 (23.05% from 255) = 33.72%
R=48.84%
G=17.44%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84305800.640.310.67328.8947.3722.35
Hex541E3A0401F431492f16
Octal12436720100371035115726
Binary1010100111101110100100000011111100001110100100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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