#551235

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

Shades of Blackberry #551235

Tints of Blackberry #551235

Color information

#551235 (or 0x551235) is unknown color: approx Blackberry. HEX triplet: 55, 12 and 35. RGB value is (85,18,53). Sum of RGB (Red+Green+Blue) = 85+18+53=156 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.49% from 156); Green value is 18 (7.42% from 255 or 11.54% from 156); Blue value is 53 (21.09% from 255 or 33.97% from 156); Max value from RGB is 85 - color contains mainly: red. Hex color #551235 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551235 is #AAEDCA. Grayscale: #292929. Windows color (decimal): -11201995 or 3478101. OLE color: 3478101.

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

Color convert

RGB851853-
CMYK00.790.380.67
HSL328.66º65.05%20.2%-
HSV(B)328.66º78.82%33.33%-
XYZ4.612.623.63-
YUV42.02134.2158.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.49%
GREEN value IS 18 (7.42% from 255) = 11.54%
BLUE value IS 53 (21.09% from 255) = 33.97%
R=54.49%
G=11.54%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85185300.790.380.67328.6665.0520.2
Hex55123504F26431494114
Octal125226501174610351110124
Binary101010110010110101010011111001101000011101001001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551235; }

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

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

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

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

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

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

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

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