#550827

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

Shades of Blackberry #550827

Tints of Blackberry #550827

Color information

#550827 (or 0x550827) is unknown color: approx Blackberry. HEX triplet: 55, 08 and 27. RGB value is (85,8,39). Sum of RGB (Red+Green+Blue) = 85+8+39=132 (17% of max value = 765). Red value is 85 (33.59% from 255 or 64.39% from 132); Green value is 8 (3.52% from 255 or 6.06% from 132); Blue value is 39 (15.62% from 255 or 29.55% from 132); Max value from RGB is 85 - color contains mainly: red. Hex color #550827 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550827 is #AAF7D8. Grayscale: #222222. Windows color (decimal): -11204569 or 2558037. OLE color: 2558037.

HSL color Cylindrical-coordinate representation of color #550827: hue angle of 335.84º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #550827 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB85839-
CMYK00.910.540.67
HSL335.84º82.8%18.24%-
HSV(B)335.84º90.59%33.33%-
XYZ4.22.252.13-
YUV34.56130.51163.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 64.39%
GREEN value IS 8 (3.52% from 255) = 6.06%
BLUE value IS 39 (15.62% from 255) = 29.55%
R=64.39%
G=6.06%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8583900.910.540.67335.8482.818.24
Hex5582705B36431505312
Octal125104701336610352012322
Binary10101011000100111010110111101101000011101010000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550827; }

 p { color: rgb(85,8,39); }

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

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

 a { background-color: rgb(85,8,39); }

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

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

 span { border-color: rgb(85,8,39); }

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