#551231

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

Shades of Blackberry #551231

Tints of Blackberry #551231

Color information

#551231 (or 0x551231) is unknown color: approx Blackberry. HEX triplet: 55, 12 and 31. RGB value is (85,18,49). Sum of RGB (Red+Green+Blue) = 85+18+49=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #551231 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551231 is #AAEDCE. Grayscale: #292929. Windows color (decimal): -11201999 or 3215957. OLE color: 3215957.

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

Color convert

RGB851849-
CMYK00.790.420.67
HSL332.24º65.05%20.2%-
HSV(B)332.24º78.82%33.33%-
XYZ4.522.593.17-
YUV41.57132.2158.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.92%
GREEN value IS 18 (7.42% from 255) = 11.84%
BLUE value IS 49 (19.53% from 255) = 32.24%
R=55.92%
G=11.84%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85184900.790.420.67332.2465.0520.2
Hex55123104F2A4314c4114
Octal125226101175210351410124
Binary101010110010110001010011111010101000011101001100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551231; }

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

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

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

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

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

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

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

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