#541434

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

Shades of Blackberry #541434

Tints of Blackberry #541434

Color information

#541434 (or 0x541434) is unknown color: approx Blackberry. HEX triplet: 54, 14 and 34. RGB value is (84,20,52). Sum of RGB (Red+Green+Blue) = 84+20+52=156 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.85% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 52 (20.70% from 255 or 33.33% from 156); Max value from RGB is 84 - color contains mainly: red. Hex color #541434 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541434 is #ABEBCB. Grayscale: #2A2A2A. Windows color (decimal): -11267020 or 3413076. OLE color: 3413076.

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

Color convert

RGB842052-
CMYK00.760.380.67
HSL330º61.54%20.39%-
HSV(B)330º76.19%32.94%-
XYZ4.532.633.52-
YUV42.78133.2157.4-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 53.85%
GREEN value IS 20 (8.20% from 255) = 12.82%
BLUE value IS 52 (20.70% from 255) = 33.33%
R=53.85%
G=12.82%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84205200.760.380.6733061.5420.39
Hex54143404C264314a3e14
Octal12424640114461035127624
Binary10101001010011010001001100100110100001110100101011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541434; }

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

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

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

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

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

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

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

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