#551339

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

Shades of Blackberry #551339

Tints of Blackberry #551339

Color information

#551339 (or 0x551339) is unknown color: approx Blackberry. HEX triplet: 55, 13 and 39. RGB value is (85,19,57). Sum of RGB (Red+Green+Blue) = 85+19+57=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 57 (22.66% from 255 or 35.40% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #551339 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551339 is #AAECC6. Grayscale: #2A2A2A. Windows color (decimal): -11201735 or 3740501. OLE color: 3740501.

HSL color Cylindrical-coordinate representation of color #551339: hue angle of 325.45º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #551339 is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB851957-
CMYK00.780.330.67
HSL325.45º63.46%20.39%-
HSV(B)325.45º77.65%33.33%-
XYZ4.722.694.14-
YUV43.07135.87157.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.80%
GREEN value IS 19 (7.81% from 255) = 11.80%
BLUE value IS 57 (22.66% from 255) = 35.40%
R=52.80%
G=11.80%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85195700.780.330.67325.4563.4620.39
Hex55133904E21431453f14
Octal12523710116411035057724
Binary10101011001111100101001110100001100001110100010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551339; }

 p { color: rgb(85,19,57); }

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

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

 a { background-color: rgb(85,19,57); }

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

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

 span { border-color: rgb(85,19,57); }

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