#550B2B

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

Shades of Blackberry #550B2B

Tints of Blackberry #550B2B

Color information

#550B2B (or 0x550B2B) is unknown color: approx Blackberry. HEX triplet: 55, 0B and 2B. RGB value is (85,11,43). Sum of RGB (Red+Green+Blue) = 85+11+43=139 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.15% from 139); Green value is 11 (4.69% from 255 or 7.91% from 139); Blue value is 43 (17.19% from 255 or 30.94% from 139); Max value from RGB is 85 - color contains mainly: red. Hex color #550B2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550B2B is #AAF4D4. Grayscale: #242424. Windows color (decimal): -11203797 or 2820949. OLE color: 2820949.

HSL color Cylindrical-coordinate representation of color #550B2B: hue angle of 334.05º 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 #550B2B is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB851143-
CMYK00.870.490.67
HSL334.05º77.08%18.82%-
HSV(B)334.05º87.06%33.33%-
XYZ4.32.352.51-
YUV36.77131.52162.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 61.15%
GREEN value IS 11 (4.69% from 255) = 7.91%
BLUE value IS 43 (17.19% from 255) = 30.94%
R=61.15%
G=7.91%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85114300.870.490.67334.0577.0818.82
Hex55B2B057314314e4d13
Octal125135301276110351611523
Binary10101011011101011010101111100011000011101001110100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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