#551535

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

Shades of Blackberry #551535

Tints of Blackberry #551535

Color information

#551535 (or 0x551535) is unknown color: approx Blackberry. HEX triplet: 55, 15 and 35. RGB value is (85,21,53). Sum of RGB (Red+Green+Blue) = 85+21+53=159 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.46% from 159); Green value is 21 (8.59% from 255 or 13.21% from 159); Blue value is 53 (21.09% from 255 or 33.33% from 159); Max value from RGB is 85 - color contains mainly: red. Hex color #551535 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551535 is #AAEACA. Grayscale: #2B2B2B. Windows color (decimal): -11201227 or 3478869. OLE color: 3478869.

HSL color Cylindrical-coordinate representation of color #551535: hue angle of 330º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #551535 is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB852153-
CMYK00.750.380.67
HSL330º60.38%20.78%-
HSV(B)330º75.29%33.33%-
XYZ4.662.723.65-
YUV43.78133.2157.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.46%
GREEN value IS 21 (8.59% from 255) = 13.21%
BLUE value IS 53 (21.09% from 255) = 33.33%
R=53.46%
G=13.21%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85215300.750.380.6733060.3820.78
Hex55153504B264314a3c15
Octal12525650113461035127425
Binary10101011010111010101001011100110100001110100101011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551535; }

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

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

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

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

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

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

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

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