#550B2F

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

Shades of Blackberry #550B2F

Tints of Blackberry #550B2F

Color information

#550B2F (or 0x550B2F) is unknown color: approx Blackberry. HEX triplet: 55, 0B and 2F. RGB value is (85,11,47). Sum of RGB (Red+Green+Blue) = 85+11+47=143 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.44% from 143); Green value is 11 (4.69% from 255 or 7.69% from 143); Blue value is 47 (18.75% from 255 or 32.87% from 143); Max value from RGB is 85 - color contains mainly: red. Hex color #550B2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550B2F is #AAF4D0. Grayscale: #252525. Windows color (decimal): -11203793 or 3083093. OLE color: 3083093.

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

Color convert

RGB851147-
CMYK00.870.450.67
HSL330.81º77.08%18.82%-
HSV(B)330.81º87.06%33.33%-
XYZ4.382.382.92-
YUV37.23133.52162.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 59.44%
GREEN value IS 11 (4.69% from 255) = 7.69%
BLUE value IS 47 (18.75% from 255) = 32.87%
R=59.44%
G=7.69%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85114700.870.450.67330.8177.0818.82
Hex55B2F0572D4314b4d13
Octal125135701275510351311523
Binary10101011011101111010101111011011000011101001011100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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