#541B38

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

Shades of Blackberry #541B38

Tints of Blackberry #541B38

Color information

#541B38 (or 0x541B38) is unknown color: approx Blackberry. HEX triplet: 54, 1B and 38. RGB value is (84,27,56). Sum of RGB (Red+Green+Blue) = 84+27+56=167 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50.30% from 167); Green value is 27 (10.94% from 255 or 16.17% from 167); Blue value is 56 (22.27% from 255 or 33.53% from 167); Max value from RGB is 84 - color contains mainly: red. Hex color #541B38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541B38 is #ABE4C7. Grayscale: #2F2F2F. Windows color (decimal): -11265224 or 3677012. OLE color: 3677012.

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

Color convert

RGB842756-
CMYK00.680.330.67
HSL329.47º51.35%21.76%-
HSV(B)329.47º67.86%32.94%-
XYZ4.762.954.06-
YUV47.35132.88154.14-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50.30%
GREEN value IS 27 (10.94% from 255) = 16.17%
BLUE value IS 56 (22.27% from 255) = 33.53%
R=50.30%
G=16.17%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84275600.680.330.67329.4751.3521.76
Hex541B3804421431493316
Octal12433700104411035116326
Binary10101001101111100001000100100001100001110100100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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