#541333

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

Shades of Blackberry #541333

Tints of Blackberry #541333

Color information

#541333 (or 0x541333) is unknown color: approx Blackberry. HEX triplet: 54, 13 and 33. RGB value is (84,19,51). Sum of RGB (Red+Green+Blue) = 84+19+51=154 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.55% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 51 (20.31% from 255 or 33.12% from 154); Max value from RGB is 84 - color contains mainly: red. Hex color #541333 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541333 is #ABECCC. Grayscale: #2A2A2A. Windows color (decimal): -11267277 or 3347284. OLE color: 3347284.

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

Color convert

RGB841951-
CMYK00.770.390.67
HSL330.46º63.11%20.2%-
HSV(B)330.46º77.38%32.94%-
XYZ4.492.593.4-
YUV42.08133.03157.9-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 54.55%
GREEN value IS 19 (7.81% from 255) = 12.34%
BLUE value IS 51 (20.31% from 255) = 33.12%
R=54.55%
G=12.34%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84195100.770.390.67330.4663.1120.2
Hex54133304D274314a3f14
Octal12423630115471035127724
Binary10101001001111001101001101100111100001110100101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541333; }

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

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

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

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

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

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

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

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