#541A38

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

Shades of Blackberry #541A38

Tints of Blackberry #541A38

Color information

#541A38 (or 0x541A38) is unknown color: approx Blackberry. HEX triplet: 54, 1A and 38. RGB value is (84,26,56). Sum of RGB (Red+Green+Blue) = 84+26+56=166 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.60% from 166); Green value is 26 (10.55% from 255 or 15.66% from 166); Blue value is 56 (22.27% from 255 or 33.73% from 166); Max value from RGB is 84 - color contains mainly: red. Hex color #541A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541A38 is #ABE5C7. Grayscale: #2E2E2E. Windows color (decimal): -11265480 or 3676756. OLE color: 3676756.

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

Color convert

RGB842656-
CMYK00.690.330.67
HSL328.97º52.73%21.57%-
HSV(B)328.97º69.05%32.94%-
XYZ4.742.914.05-
YUV46.76133.22154.56-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50.60%
GREEN value IS 26 (10.55% from 255) = 15.66%
BLUE value IS 56 (22.27% from 255) = 33.73%
R=50.60%
G=15.66%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84265600.690.330.67328.9752.7321.57
Hex541A3804521431493516
Octal12432700105411035116526
Binary10101001101011100001000101100001100001110100100111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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