#550F2F

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

Shades of Blackberry #550F2F

Tints of Blackberry #550F2F

Color information

#550F2F (or 0x550F2F) is unknown color: approx Blackberry. HEX triplet: 55, 0F and 2F. RGB value is (85,15,47). Sum of RGB (Red+Green+Blue) = 85+15+47=147 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.82% from 147); Green value is 15 (6.25% from 255 or 10.20% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 85 - color contains mainly: red. Hex color #550F2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550F2F is #AAF0D0. Grayscale: #272727. Windows color (decimal): -11202769 or 3084117. OLE color: 3084117.

HSL color Cylindrical-coordinate representation of color #550F2F: hue angle of 332.57º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #550F2F is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB851547-
CMYK00.820.450.67
HSL332.57º70%19.61%-
HSV(B)332.57º82.35%33.33%-
XYZ4.432.482.93-
YUV39.58132.19160.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.82%
GREEN value IS 15 (6.25% from 255) = 10.20%
BLUE value IS 47 (18.75% from 255) = 31.97%
R=57.82%
G=10.20%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85154700.820.450.67332.577019.61
Hex55F2F0522D4314d4614
Octal125175701225510351510624
Binary10101011111101111010100101011011000011101001101100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550F2F; }

 p { color: rgb(85,15,47); }

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

<style>
 a { background-color: #550F2F; }

 a { background-color: rgb(85,15,47); }

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

<style>
 span { border-color: #550F2F; }

 span { border-color: rgb(85,15,47); }

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