#541B36

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

Shades of Blackberry #541B36

Tints of Blackberry #541B36

Color information

#541B36 (or 0x541B36) is unknown color: approx Blackberry. HEX triplet: 54, 1B and 36. RGB value is (84,27,54). Sum of RGB (Red+Green+Blue) = 84+27+54=165 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.91% from 165); Green value is 27 (10.94% from 255 or 16.36% from 165); Blue value is 54 (21.48% from 255 or 32.73% from 165); Max value from RGB is 84 - color contains mainly: red. Hex color #541B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541B36 is #ABE4C9. Grayscale: #2F2F2F. Windows color (decimal): -11265226 or 3545940. OLE color: 3545940.

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

Color convert

RGB842754-
CMYK00.680.360.67
HSL331.58º51.35%21.76%-
HSV(B)331.58º67.86%32.94%-
XYZ4.712.943.81-
YUV47.12131.88154.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50.91%
GREEN value IS 27 (10.94% from 255) = 16.36%
BLUE value IS 54 (21.48% from 255) = 32.73%
R=50.91%
G=16.36%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84275400.680.360.67331.5851.3521.76
Hex541B36044244314c3316
Octal12433660104441035146326
Binary10101001101111011001000100100100100001110100110011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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