#550829

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

Shades of Blackberry #550829

Tints of Blackberry #550829

Color information

#550829 (or 0x550829) is unknown color: approx Blackberry. HEX triplet: 55, 08 and 29. RGB value is (85,8,41). Sum of RGB (Red+Green+Blue) = 85+8+41=134 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.43% from 134); Green value is 8 (3.52% from 255 or 5.97% from 134); Blue value is 41 (16.41% from 255 or 30.60% from 134); Max value from RGB is 85 - color contains mainly: red. Hex color #550829 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550829 is #AAF7D6. Grayscale: #222222. Windows color (decimal): -11204567 or 2689109. OLE color: 2689109.

HSL color Cylindrical-coordinate representation of color #550829: hue angle of 334.29º 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 #550829 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB85841-
CMYK00.910.520.67
HSL334.29º82.8%18.24%-
HSV(B)334.29º90.59%33.33%-
XYZ4.232.272.31-
YUV34.78131.51163.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 63.43%
GREEN value IS 8 (3.52% from 255) = 5.97%
BLUE value IS 41 (16.41% from 255) = 30.60%
R=63.43%
G=5.97%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8584100.910.520.67334.2982.818.24
Hex5582905B344314e5312
Octal125105101336410351612322
Binary10101011000101001010110111101001000011101001110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550829; }

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

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

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

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

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

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

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

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