#550F2E

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

Shades of Blackberry #550F2E

Tints of Blackberry #550F2E

Color information

#550F2E (or 0x550F2E) is unknown color: approx Blackberry. HEX triplet: 55, 0F and 2E. RGB value is (85,15,46). Sum of RGB (Red+Green+Blue) = 85+15+46=146 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.22% from 146); Green value is 15 (6.25% from 255 or 10.27% from 146); Blue value is 46 (18.36% from 255 or 31.51% from 146); Max value from RGB is 85 - color contains mainly: red. Hex color #550F2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550F2E is #AAF0D1. Grayscale: #272727. Windows color (decimal): -11202770 or 3018581. OLE color: 3018581.

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

Color convert

RGB851546-
CMYK00.820.460.67
HSL333.43º70%19.61%-
HSV(B)333.43º82.35%33.33%-
XYZ4.412.472.83-
YUV39.46131.69160.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 58.22%
GREEN value IS 15 (6.25% from 255) = 10.27%
BLUE value IS 46 (18.36% from 255) = 31.51%
R=58.22%
G=10.27%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85154600.820.460.67333.437019.61
Hex55F2E0522E4314d4614
Octal125175601225610351510624
Binary10101011111101110010100101011101000011101001101100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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