#551D3A

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

Shades of Blackberry #551D3A

Tints of Blackberry #551D3A

Color information

#551D3A (or 0x551D3A) is unknown color: approx Blackberry. HEX triplet: 55, 1D and 3A. RGB value is (85,29,58). Sum of RGB (Red+Green+Blue) = 85+29+58=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 29 (11.72% from 255 or 16.86% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #551D3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551D3A is #AAE2C5. Grayscale: #303030. Windows color (decimal): -11199174 or 3808597. OLE color: 3808597.

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

Color convert

RGB852958-
CMYK00.660.320.67
HSL328.93º49.12%22.35%-
HSV(B)328.93º65.88%33.33%-
XYZ4.953.124.34-
YUV49.05133.05153.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.42%
GREEN value IS 29 (11.72% from 255) = 16.86%
BLUE value IS 58 (23.05% from 255) = 33.72%
R=49.42%
G=16.86%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85295800.660.320.67328.9349.1222.35
Hex551D3A04220431493116
Octal12535720102401035116126
Binary10101011110111101001000010100000100001110100100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551D3A; }

 p { color: rgb(85,29,58); }

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

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

 a { background-color: rgb(85,29,58); }

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

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

 span { border-color: rgb(85,29,58); }

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