#541D3D

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

Shades of Blackberry #541D3D

Tints of Blackberry #541D3D

Color information

#541D3D (or 0x541D3D) is unknown color: approx Blackberry. HEX triplet: 54, 1D and 3D. RGB value is (84,29,61). Sum of RGB (Red+Green+Blue) = 84+29+61=174 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48.28% from 174); Green value is 29 (11.72% from 255 or 16.67% from 174); Blue value is 61 (24.22% from 255 or 35.06% from 174); Max value from RGB is 84 - color contains mainly: red. Hex color #541D3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541D3D is #ABE2C2. Grayscale: #313131. Windows color (decimal): -11264707 or 4005204. OLE color: 4005204.

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

Color convert

RGB842961-
CMYK00.650.270.67
HSL325.09º48.67%22.16%-
HSV(B)325.09º65.48%32.94%-
XYZ4.943.14.75-
YUV49.09134.72152.9-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48.28%
GREEN value IS 29 (11.72% from 255) = 16.67%
BLUE value IS 61 (24.22% from 255) = 35.06%
R=48.28%
G=16.67%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84296100.650.270.67325.0948.6722.16
Hex541D3D0411B431453116
Octal12435750101331035056126
Binary1010100111011111010100000111011100001110100010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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