#551237

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

Shades of Blackberry #551237

Tints of Blackberry #551237

Color information

#551237 (or 0x551237) is unknown color: approx Blackberry. HEX triplet: 55, 12 and 37. RGB value is (85,18,55). Sum of RGB (Red+Green+Blue) = 85+18+55=158 (20% of max value = 765). Red value is 85 (33.59% from 255 or 53.80% from 158); Green value is 18 (7.42% from 255 or 11.39% from 158); Blue value is 55 (21.88% from 255 or 34.81% from 158); Max value from RGB is 85 - color contains mainly: red. Hex color #551237 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551237 is #AAEDC8. Grayscale: #2A2A2A. Windows color (decimal): -11201993 or 3609173. OLE color: 3609173.

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

Color convert

RGB851855-
CMYK00.790.350.67
HSL326.87º65.05%20.2%-
HSV(B)326.87º78.82%33.33%-
XYZ4.652.643.88-
YUV42.25135.2158.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.80%
GREEN value IS 18 (7.42% from 255) = 11.39%
BLUE value IS 55 (21.88% from 255) = 34.81%
R=53.80%
G=11.39%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85185500.790.350.67326.8765.0520.2
Hex55123704F23431474114
Octal125226701174310350710124
Binary101010110010110111010011111000111000011101000111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551237; }

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

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

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

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

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

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

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

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