#541431

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

Shades of Blackberry #541431

Tints of Blackberry #541431

Color information

#541431 (or 0x541431) is unknown color: approx Blackberry. HEX triplet: 54, 14 and 31. RGB value is (84,20,49). Sum of RGB (Red+Green+Blue) = 84+20+49=153 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.90% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 49 (19.53% from 255 or 32.03% from 153); Max value from RGB is 84 - color contains mainly: red. Hex color #541431 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541431 is #ABEBCE. Grayscale: #2A2A2A. Windows color (decimal): -11267023 or 3216468. OLE color: 3216468.

HSL color Cylindrical-coordinate representation of color #541431: hue angle of 332.81º 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 #541431 is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB842049-
CMYK00.760.420.67
HSL332.81º61.54%20.39%-
HSV(B)332.81º76.19%32.94%-
XYZ4.462.613.17-
YUV42.44131.7157.64-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 54.90%
GREEN value IS 20 (8.20% from 255) = 13.07%
BLUE value IS 49 (19.53% from 255) = 32.03%
R=54.90%
G=13.07%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84204900.760.420.67332.8161.5420.39
Hex54143104C2A4314d3e14
Octal12424610114521035157624
Binary10101001010011000101001100101010100001110100110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541431; }

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

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

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

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

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

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

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

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