#550927

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

Shades of Blackberry #550927

Tints of Blackberry #550927

Color information

#550927 (or 0x550927) is unknown color: approx Blackberry. HEX triplet: 55, 09 and 27. RGB value is (85,9,39). Sum of RGB (Red+Green+Blue) = 85+9+39=133 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.91% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 39 (15.62% from 255 or 29.32% from 133); Max value from RGB is 85 - color contains mainly: red. Hex color #550927 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550927 is #AAF6D8. Grayscale: #232323. Windows color (decimal): -11204313 or 2558293. OLE color: 2558293.

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

Color convert

RGB85939-
CMYK00.890.540.67
HSL336.32º80.85%18.43%-
HSV(B)336.32º89.41%33.33%-
XYZ4.212.272.14-
YUV35.14130.18163.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 63.91%
GREEN value IS 9 (3.91% from 255) = 6.77%
BLUE value IS 39 (15.62% from 255) = 29.32%
R=63.91%
G=6.77%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8593900.890.540.67336.3280.8518.43
Hex5592705936431505112
Octal125114701316610352012122
Binary10101011001100111010110011101101000011101010000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550927; }

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

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

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

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

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

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

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

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