#54142D

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

Shades of Blackberry #54142D

Tints of Blackberry #54142D

Color information

#54142D (or 0x54142D) is unknown color: approx Blackberry. HEX triplet: 54, 14 and 2D. RGB value is (84,20,45). Sum of RGB (Red+Green+Blue) = 84+20+45=149 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.38% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 84 - color contains mainly: red. Hex color #54142D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54142D is #ABEBD2. Grayscale: #292929. Windows color (decimal): -11267027 or 2954324. OLE color: 2954324.

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

Color convert

RGB842045-
CMYK00.760.460.67
HSL336.56º61.54%20.39%-
HSV(B)336.56º76.19%32.94%-
XYZ4.382.572.75-
YUV41.99129.7157.97-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 56.38%
GREEN value IS 20 (8.20% from 255) = 13.42%
BLUE value IS 45 (17.97% from 255) = 30.20%
R=56.38%
G=13.42%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84204500.760.460.67336.5661.5420.39
Hex54142D04C2E431513e14
Octal12424550114561035217624
Binary10101001010010110101001100101110100001110101000111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54142D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54142D; }

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

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

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

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

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

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

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

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