#550F36

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

Shades of Blackberry #550F36

Tints of Blackberry #550F36

Color information

#550F36 (or 0x550F36) is unknown color: approx Blackberry. HEX triplet: 55, 0F and 36. RGB value is (85,15,54). Sum of RGB (Red+Green+Blue) = 85+15+54=154 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.19% from 154); Green value is 15 (6.25% from 255 or 9.74% from 154); Blue value is 54 (21.48% from 255 or 35.06% from 154); Max value from RGB is 85 - color contains mainly: red. Hex color #550F36 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550F36 is #AAF0C9. Grayscale: #282828. Windows color (decimal): -11202762 or 3542869. OLE color: 3542869.

HSL color Cylindrical-coordinate representation of color #550F36: hue angle of 326.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 #550F36 is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB851554-
CMYK00.820.360.67
HSL326.57º70%19.61%-
HSV(B)326.57º82.35%33.33%-
XYZ4.582.543.74-
YUV40.38135.69159.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.19%
GREEN value IS 15 (6.25% from 255) = 9.74%
BLUE value IS 54 (21.48% from 255) = 35.06%
R=55.19%
G=9.74%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85155400.820.360.67326.577019.61
Hex55F3605224431474614
Octal125176601224410350710624
Binary10101011111110110010100101001001000011101000111100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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