#541331

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

Shades of Blackberry #541331

Tints of Blackberry #541331

Color information

#541331 (or 0x541331) is unknown color: approx Blackberry. HEX triplet: 54, 13 and 31. RGB value is (84,19,49). Sum of RGB (Red+Green+Blue) = 84+19+49=152 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.26% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 84 - color contains mainly: red. Hex color #541331 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541331 is #ABECCE. Grayscale: #292929. Windows color (decimal): -11267279 or 3216212. OLE color: 3216212.

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

Color convert

RGB841949-
CMYK00.770.420.67
HSL332.31º63.11%20.2%-
HSV(B)332.31º77.38%32.94%-
XYZ4.442.573.17-
YUV41.86132.03158.06-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 55.26%
GREEN value IS 19 (7.81% from 255) = 12.5%
BLUE value IS 49 (19.53% from 255) = 32.24%
R=55.26%
G=12.5%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84194900.770.420.67332.3163.1120.2
Hex54133104D2A4314c3f14
Octal12423610115521035147724
Binary10101001001111000101001101101010100001110100110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541331; }

 p { color: rgb(84,19,49); }

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

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

 a { background-color: rgb(84,19,49); }

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

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

 span { border-color: rgb(84,19,49); }

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