#551538

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

Shades of Blackberry #551538

Tints of Blackberry #551538

Color information

#551538 (or 0x551538) is unknown color: approx Blackberry. HEX triplet: 55, 15 and 38. RGB value is (85,21,56). Sum of RGB (Red+Green+Blue) = 85+21+56=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 21 (8.59% from 255 or 12.96% from 162); Blue value is 56 (22.27% from 255 or 34.57% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #551538 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551538 is #AAEAC7. Grayscale: #2C2C2C. Windows color (decimal): -11201224 or 3675477. OLE color: 3675477.

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

Color convert

RGB852156-
CMYK00.750.340.67
HSL327.19º60.38%20.78%-
HSV(B)327.19º75.29%33.33%-
XYZ4.732.754.02-
YUV44.13134.7157.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.47%
GREEN value IS 21 (8.59% from 255) = 12.96%
BLUE value IS 56 (22.27% from 255) = 34.57%
R=52.47%
G=12.96%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85215600.750.340.67327.1960.3820.78
Hex55153804B22431473c15
Octal12525700113421035077425
Binary10101011010111100001001011100010100001110100011111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551538; }

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

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

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

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

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

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

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

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