#541437

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

Shades of Blackberry #541437

Tints of Blackberry #541437

Color information

#541437 (or 0x541437) is unknown color: approx Blackberry. HEX triplet: 54, 14 and 37. RGB value is (84,20,55). Sum of RGB (Red+Green+Blue) = 84+20+55=159 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.83% from 159); Green value is 20 (8.20% from 255 or 12.58% from 159); Blue value is 55 (21.88% from 255 or 34.59% from 159); Max value from RGB is 84 - color contains mainly: red. Hex color #541437 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541437 is #ABEBC8. Grayscale: #2B2B2B. Windows color (decimal): -11267017 or 3609684. OLE color: 3609684.

HSL color Cylindrical-coordinate representation of color #541437: hue angle of 327.19º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #541437 is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB842055-
CMYK00.760.350.67
HSL327.19º61.54%20.39%-
HSV(B)327.19º76.19%32.94%-
XYZ4.62.663.89-
YUV43.13134.7157.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 52.83%
GREEN value IS 20 (8.20% from 255) = 12.58%
BLUE value IS 55 (21.88% from 255) = 34.59%
R=52.83%
G=12.58%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84205500.760.350.67327.1961.5420.39
Hex54143704C23431473e14
Octal12424670114431035077624
Binary10101001010011011101001100100011100001110100011111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541437; }

 p { color: rgb(84,20,55); }

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

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

 a { background-color: rgb(84,20,55); }

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

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

 span { border-color: rgb(84,20,55); }

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