#551530

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

Shades of Blackberry #551530

Tints of Blackberry #551530

Color information

#551530 (or 0x551530) is unknown color: approx Blackberry. HEX triplet: 55, 15 and 30. RGB value is (85,21,48). Sum of RGB (Red+Green+Blue) = 85+21+48=154 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.19% from 154); Green value is 21 (8.59% from 255 or 13.64% from 154); Blue value is 48 (19.14% from 255 or 31.17% from 154); Max value from RGB is 85 - color contains mainly: red. Hex color #551530 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551530 is #AAEACF. Grayscale: #2B2B2B. Windows color (decimal): -11201232 or 3151189. OLE color: 3151189.

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

Color convert

RGB852148-
CMYK00.750.440.67
HSL334.69º60.38%20.78%-
HSV(B)334.69º75.29%33.33%-
XYZ4.552.683.07-
YUV43.21130.7157.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.19%
GREEN value IS 21 (8.59% from 255) = 13.64%
BLUE value IS 48 (19.14% from 255) = 31.17%
R=55.19%
G=13.64%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85214800.750.440.67334.6960.3820.78
Hex55153004B2C4314f3c15
Octal12525600113541035177425
Binary10101011010111000001001011101100100001110100111111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551530; }

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

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

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

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

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

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

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

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