#541B3D

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

Shades of Blackberry #541B3D

Tints of Blackberry #541B3D

Color information

#541B3D (or 0x541B3D) is unknown color: approx Blackberry. HEX triplet: 54, 1B and 3D. RGB value is (84,27,61). Sum of RGB (Red+Green+Blue) = 84+27+61=172 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.84% from 172); Green value is 27 (10.94% from 255 or 15.70% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 84 - color contains mainly: red. Hex color #541B3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541B3D is #ABE4C2. Grayscale: #2F2F2F. Windows color (decimal): -11265219 or 4004692. OLE color: 4004692.

HSL color Cylindrical-coordinate representation of color #541B3D: hue angle of 324.21º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #541B3D is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB842761-
CMYK00.680.270.67
HSL324.21º51.35%21.76%-
HSV(B)324.21º67.86%32.94%-
XYZ4.893.014.74-
YUV47.92135.38153.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48.84%
GREEN value IS 27 (10.94% from 255) = 15.70%
BLUE value IS 61 (24.22% from 255) = 35.47%
R=48.84%
G=15.70%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84276100.680.270.67324.2151.3521.76
Hex541B3D0441B431443316
Octal12433750104331035046326
Binary1010100110111111010100010011011100001110100010011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541B3D; }

 p { color: rgb(84,27,61); }

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

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

 a { background-color: rgb(84,27,61); }

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

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

 span { border-color: rgb(84,27,61); }

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