#551630

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

Shades of Blackberry #551630

Tints of Blackberry #551630

Color information

#551630 (or 0x551630) is unknown color: approx Blackberry. HEX triplet: 55, 16 and 30. RGB value is (85,22,48). Sum of RGB (Red+Green+Blue) = 85+22+48=155 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.84% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 48 (19.14% from 255 or 30.97% from 155); Max value from RGB is 85 - color contains mainly: red. Hex color #551630 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551630 is #AAE9CF. Grayscale: #2B2B2B. Windows color (decimal): -11200976 or 3151445. OLE color: 3151445.

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

Color convert

RGB852248-
CMYK00.740.440.67
HSL335.24º58.88%20.98%-
HSV(B)335.24º74.12%33.33%-
XYZ4.572.723.08-
YUV43.8130.37157.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.84%
GREEN value IS 22 (8.98% from 255) = 14.19%
BLUE value IS 48 (19.14% from 255) = 30.97%
R=54.84%
G=14.19%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85224800.740.440.67335.2458.8820.98
Hex55163004A2C4314f3b15
Octal12526600112541035177325
Binary10101011011011000001001010101100100001110100111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551630; }

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

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

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

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

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

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

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

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