#541239

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

Shades of Blackberry #541239

Tints of Blackberry #541239

Color information

#541239 (or 0x541239) is unknown color: approx Blackberry. HEX triplet: 54, 12 and 39. RGB value is (84,18,57). Sum of RGB (Red+Green+Blue) = 84+18+57=159 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.83% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 57 (22.66% from 255 or 35.85% from 159); Max value from RGB is 84 - color contains mainly: red. Hex color #541239 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541239 is #ABEDC6. Grayscale: #2A2A2A. Windows color (decimal): -11267527 or 3740244. OLE color: 3740244.

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

Color convert

RGB841857-
CMYK00.790.320.67
HSL324.55º64.71%20%-
HSV(B)324.55º78.57%32.94%-
XYZ4.612.614.13-
YUV42.18136.37157.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 52.83%
GREEN value IS 18 (7.42% from 255) = 11.32%
BLUE value IS 57 (22.66% from 255) = 35.85%
R=52.83%
G=11.32%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84185700.790.320.67324.5564.7120
Hex54123904F20431454114
Octal124227101174010350510124
Binary101010010010111001010011111000001000011101000101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541239; }

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

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

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

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

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

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

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

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