#551239

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

Shades of Blackberry #551239

Tints of Blackberry #551239

Color information

#551239 (or 0x551239) is unknown color: approx Blackberry. HEX triplet: 55, 12 and 39. RGB value is (85,18,57). Sum of RGB (Red+Green+Blue) = 85+18+57=160 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.12% from 160); Green value is 18 (7.42% from 255 or 11.25% from 160); Blue value is 57 (22.66% from 255 or 35.62% from 160); Max value from RGB is 85 - color contains mainly: red. Hex color #551239 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551239 is #AAEDC6. Grayscale: #2A2A2A. Windows color (decimal): -11201991 or 3740245. OLE color: 3740245.

HSL color Cylindrical-coordinate representation of color #551239: hue angle of 325.07º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #551239 is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB851857-
CMYK00.790.330.67
HSL325.07º65.05%20.2%-
HSV(B)325.07º78.82%33.33%-
XYZ4.72.664.14-
YUV42.48136.2158.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.12%
GREEN value IS 18 (7.42% from 255) = 11.25%
BLUE value IS 57 (22.66% from 255) = 35.62%
R=53.12%
G=11.25%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85185700.790.330.67325.0765.0520.2
Hex55123904F21431454114
Octal125227101174110350510124
Binary101010110010111001010011111000011000011101000101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551239; }

 p { color: rgb(85,18,57); }

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

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

 a { background-color: rgb(85,18,57); }

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

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

 span { border-color: rgb(85,18,57); }

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