#551534

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

Shades of Blackberry #551534

Tints of Blackberry #551534

Color information

#551534 (or 0x551534) is unknown color: approx Blackberry. HEX triplet: 55, 15 and 34. RGB value is (85,21,52). Sum of RGB (Red+Green+Blue) = 85+21+52=158 (20% of max value = 765). Red value is 85 (33.59% from 255 or 53.80% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 52 (20.70% from 255 or 32.91% from 158); Max value from RGB is 85 - color contains mainly: red. Hex color #551534 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551534 is #AAEACB. Grayscale: #2B2B2B. Windows color (decimal): -11201228 or 3413333. OLE color: 3413333.

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

Color convert

RGB852152-
CMYK00.750.390.67
HSL330.94º60.38%20.78%-
HSV(B)330.94º75.29%33.33%-
XYZ4.632.723.53-
YUV43.67132.7157.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.80%
GREEN value IS 21 (8.59% from 255) = 13.29%
BLUE value IS 52 (20.70% from 255) = 32.91%
R=53.80%
G=13.29%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85215200.750.390.67330.9460.3820.78
Hex55153404B274314b3c15
Octal12525640113471035137425
Binary10101011010111010001001011100111100001110100101111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551534; }

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

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

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

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

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

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

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

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