#541137

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

Shades of Blackberry #541137

Tints of Blackberry #541137

Color information

#541137 (or 0x541137) is unknown color: approx Blackberry. HEX triplet: 54, 11 and 37. RGB value is (84,17,55). Sum of RGB (Red+Green+Blue) = 84+17+55=156 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.85% from 156); Green value is 17 (7.03% from 255 or 10.90% from 156); Blue value is 55 (21.88% from 255 or 35.26% from 156); Max value from RGB is 84 - color contains mainly: red. Hex color #541137 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541137 is #ABEEC8. Grayscale: #292929. Windows color (decimal): -11267785 or 3608916. OLE color: 3608916.

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

Color convert

RGB841755-
CMYK00.800.350.67
HSL325.97º66.34%19.8%-
HSV(B)325.97º79.76%32.94%-
XYZ4.552.563.87-
YUV41.36135.7158.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 53.85%
GREEN value IS 17 (7.03% from 255) = 10.90%
BLUE value IS 55 (21.88% from 255) = 35.26%
R=53.85%
G=10.90%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84175500.800.350.67325.9766.3419.8
Hex54113705023431464214
Octal124216701204310350610224
Binary101010010001110111010100001000111000011101000110100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541137; }

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

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

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

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

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

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

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

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