#551E3B

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

Shades of Blackberry #551E3B

Tints of Blackberry #551E3B

Color information

#551E3B (or 0x551E3B) is unknown color: approx Blackberry. HEX triplet: 55, 1E and 3B. RGB value is (85,30,59). Sum of RGB (Red+Green+Blue) = 85+30+59=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 30 (12.11% from 255 or 17.24% from 174); Blue value is 59 (23.44% from 255 or 33.91% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #551E3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551E3B is #AAE1C4. Grayscale: #313131. Windows color (decimal): -11198917 or 3874389. OLE color: 3874389.

HSL color Cylindrical-coordinate representation of color #551E3B: hue angle of 328.36º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #551E3B is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB853059-
CMYK00.650.310.67
HSL328.36º47.83%22.55%-
HSV(B)328.36º64.71%33.33%-
XYZ53.184.49-
YUV49.75133.22153.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.85%
GREEN value IS 30 (12.11% from 255) = 17.24%
BLUE value IS 59 (23.44% from 255) = 33.91%
R=48.85%
G=17.24%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85305900.650.310.67328.3647.8322.55
Hex551E3B0411F431483017
Octal12536730101371035106027
Binary1010101111101110110100000111111100001110100100011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,30,59); }

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

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

 a { background-color: rgb(85,30,59); }

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

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

 span { border-color: rgb(85,30,59); }

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