#541334

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

Shades of Blackberry #541334

Tints of Blackberry #541334

Color information

#541334 (or 0x541334) is unknown color: approx Blackberry. HEX triplet: 54, 13 and 34. RGB value is (84,19,52). Sum of RGB (Red+Green+Blue) = 84+19+52=155 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.19% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 52 (20.70% from 255 or 33.55% from 155); Max value from RGB is 84 - color contains mainly: red. Hex color #541334 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541334 is #ABECCB. Grayscale: #2A2A2A. Windows color (decimal): -11267276 or 3412820. OLE color: 3412820.

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

Color convert

RGB841952-
CMYK00.770.380.67
HSL329.54º63.11%20.2%-
HSV(B)329.54º77.38%32.94%-
XYZ4.512.63.51-
YUV42.2133.53157.82-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 54.19%
GREEN value IS 19 (7.81% from 255) = 12.26%
BLUE value IS 52 (20.70% from 255) = 33.55%
R=54.19%
G=12.26%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84195200.770.380.67329.5463.1120.2
Hex54133404D264314a3f14
Octal12423640115461035127724
Binary10101001001111010001001101100110100001110100101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541334; }

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

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

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

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

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

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

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

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