#550E32

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

Shades of Blackberry #550E32

Tints of Blackberry #550E32

Color information

#550E32 (or 0x550E32) is unknown color: approx Blackberry. HEX triplet: 55, 0E and 32. RGB value is (85,14,50). Sum of RGB (Red+Green+Blue) = 85+14+50=149 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.05% from 149); Green value is 14 (5.86% from 255 or 9.40% from 149); Blue value is 50 (19.92% from 255 or 33.56% from 149); Max value from RGB is 85 - color contains mainly: red. Hex color #550E32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550E32 is #AAF1CD. Grayscale: #272727. Windows color (decimal): -11203022 or 3280469. OLE color: 3280469.

HSL color Cylindrical-coordinate representation of color #550E32: hue angle of 329.58º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #550E32 is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB851450-
CMYK00.840.410.67
HSL329.58º71.72%19.41%-
HSV(B)329.58º83.53%33.33%-
XYZ4.482.483.26-
YUV39.33134.02160.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.05%
GREEN value IS 14 (5.86% from 255) = 9.40%
BLUE value IS 50 (19.92% from 255) = 33.56%
R=57.05%
G=9.40%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85145000.840.410.67329.5871.7219.41
Hex55E32054294314a4813
Octal125166201245110351211023
Binary10101011110110010010101001010011000011101001010100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,14,50); }

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

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

 a { background-color: rgb(85,14,50); }

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

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

 span { border-color: rgb(85,14,50); }

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