#541739

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

Shades of Blackberry #541739

Tints of Blackberry #541739

Color information

#541739 (or 0x541739) is unknown color: approx Blackberry. HEX triplet: 54, 17 and 39. RGB value is (84,23,57). Sum of RGB (Red+Green+Blue) = 84+23+57=164 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.22% from 164); Green value is 23 (9.38% from 255 or 14.02% from 164); Blue value is 57 (22.66% from 255 or 34.76% from 164); Max value from RGB is 84 - color contains mainly: red. Hex color #541739 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541739 is #ABE8C6. Grayscale: #2D2D2D. Windows color (decimal): -11266247 or 3741524. OLE color: 3741524.

HSL color Cylindrical-coordinate representation of color #541739: hue angle of 326.56º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #541739 is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB842357-
CMYK00.730.320.67
HSL326.56º57.01%20.98%-
HSV(B)326.56º72.62%32.94%-
XYZ4.72.794.16-
YUV45.11134.71155.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 51.22%
GREEN value IS 23 (9.38% from 255) = 14.02%
BLUE value IS 57 (22.66% from 255) = 34.76%
R=51.22%
G=14.02%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84235700.730.320.67326.5657.0120.98
Hex54173904920431473915
Octal12427710111401035077125
Binary10101001011111100101001001100000100001110100011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541739; }

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

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

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

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

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

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

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

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