#541231

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

Shades of Blackberry #541231

Tints of Blackberry #541231

Color information

#541231 (or 0x541231) is unknown color: approx Blackberry. HEX triplet: 54, 12 and 31. RGB value is (84,18,49). Sum of RGB (Red+Green+Blue) = 84+18+49=151 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.63% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 49 (19.53% from 255 or 32.45% from 151); Max value from RGB is 84 - color contains mainly: red. Hex color #541231 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541231 is #ABEDCE. Grayscale: #292929. Windows color (decimal): -11267535 or 3215956. OLE color: 3215956.

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

Color convert

RGB841849-
CMYK00.790.420.67
HSL331.82º64.71%20%-
HSV(B)331.82º78.57%32.94%-
XYZ4.432.543.16-
YUV41.27132.37158.48-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 55.63%
GREEN value IS 18 (7.42% from 255) = 11.92%
BLUE value IS 49 (19.53% from 255) = 32.45%
R=55.63%
G=11.92%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84184900.790.420.67331.8264.7120
Hex54123104F2A4314c4114
Octal124226101175210351410124
Binary101010010010110001010011111010101000011101001100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541231; }

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

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

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

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

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

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

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

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