#541838

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

Shades of Blackberry #541838

Tints of Blackberry #541838

Color information

#541838 (or 0x541838) is unknown color: approx Blackberry. HEX triplet: 54, 18 and 38. RGB value is (84,24,56). Sum of RGB (Red+Green+Blue) = 84+24+56=164 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.22% from 164); Green value is 24 (9.77% from 255 or 14.63% from 164); Blue value is 56 (22.27% from 255 or 34.15% from 164); Max value from RGB is 84 - color contains mainly: red. Hex color #541838 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541838 is #ABE7C7. Grayscale: #2D2D2D. Windows color (decimal): -11265992 or 3676244. OLE color: 3676244.

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

Color convert

RGB842456-
CMYK00.710.330.67
HSL328º55.56%21.18%-
HSV(B)328º71.43%32.94%-
XYZ4.72.824.04-
YUV45.59133.88155.4-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 51.22%
GREEN value IS 24 (9.77% from 255) = 14.63%
BLUE value IS 56 (22.27% from 255) = 34.15%
R=51.22%
G=14.63%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84245600.710.330.6732855.5621.18
Hex54183804721431483815
Octal12430700107411035107025
Binary10101001100011100001000111100001100001110100100011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541838; }

 p { color: rgb(84,24,56); }

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

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

 a { background-color: rgb(84,24,56); }

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

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

 span { border-color: rgb(84,24,56); }

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