#541438

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

Shades of Blackberry #541438

Tints of Blackberry #541438

Color information

#541438 (or 0x541438) is unknown color: approx Blackberry. HEX triplet: 54, 14 and 38. RGB value is (84,20,56). Sum of RGB (Red+Green+Blue) = 84+20+56=160 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.5% from 160); Green value is 20 (8.20% from 255 or 12.5% from 160); Blue value is 56 (22.27% from 255 or 35% from 160); Max value from RGB is 84 - color contains mainly: red. Hex color #541438 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541438 is #ABEBC7. Grayscale: #2B2B2B. Windows color (decimal): -11267016 or 3675220. OLE color: 3675220.

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

Color convert

RGB842056-
CMYK00.760.330.67
HSL326.25º61.54%20.39%-
HSV(B)326.25º76.19%32.94%-
XYZ4.622.674.01-
YUV43.24135.2157.07-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 52.5%
GREEN value IS 20 (8.20% from 255) = 12.5%
BLUE value IS 56 (22.27% from 255) = 35%
R=52.5%
G=12.5%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84205600.760.330.67326.2561.5420.39
Hex54143804C21431463e14
Octal12424700114411035067624
Binary10101001010011100001001100100001100001110100011011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541438; }

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

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

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

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

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

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

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

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