#550F2B

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

Shades of Blackberry #550F2B

Tints of Blackberry #550F2B

Color information

#550F2B (or 0x550F2B) is unknown color: approx Blackberry. HEX triplet: 55, 0F and 2B. RGB value is (85,15,43). Sum of RGB (Red+Green+Blue) = 85+15+43=143 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.44% from 143); Green value is 15 (6.25% from 255 or 10.49% from 143); Blue value is 43 (17.19% from 255 or 30.07% from 143); Max value from RGB is 85 - color contains mainly: red. Hex color #550F2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550F2B is #AAF0D4. Grayscale: #272727. Windows color (decimal): -11202773 or 2821973. OLE color: 2821973.

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

Color convert

RGB851543-
CMYK00.820.490.67
HSL336º70%19.61%-
HSV(B)336º82.35%33.33%-
XYZ4.352.452.53-
YUV39.12130.19160.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 59.44%
GREEN value IS 15 (6.25% from 255) = 10.49%
BLUE value IS 43 (17.19% from 255) = 30.07%
R=59.44%
G=10.49%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85154300.820.490.673367019.61
Hex55F2B05231431504614
Octal125175301226110352010624
Binary10101011111101011010100101100011000011101010000100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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