#551935

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

Shades of Blackberry #551935

Tints of Blackberry #551935

Color information

#551935 (or 0x551935) is unknown color: approx Blackberry. HEX triplet: 55, 19 and 35. RGB value is (85,25,53). Sum of RGB (Red+Green+Blue) = 85+25+53=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 53 (21.09% from 255 or 32.52% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #551935 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551935 is #AAE6CA. Grayscale: #2E2E2E. Windows color (decimal): -11200203 or 3479893. OLE color: 3479893.

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

Color convert

RGB852553-
CMYK00.710.380.67
HSL332º54.55%21.57%-
HSV(B)332º70.59%33.33%-
XYZ4.742.883.68-
YUV46.13131.88155.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.15%
GREEN value IS 25 (10.16% from 255) = 15.34%
BLUE value IS 53 (21.09% from 255) = 32.52%
R=52.15%
G=15.34%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85255300.710.380.6733254.5521.57
Hex551935047264314c3716
Octal12531650107461035146726
Binary10101011100111010101000111100110100001110100110011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551935; }

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

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

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

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

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

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

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

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