#551A38

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

Shades of Blackberry #551A38

Tints of Blackberry #551A38

Color information

#551A38 (or 0x551A38) is unknown color: approx Blackberry. HEX triplet: 55, 1A and 38. RGB value is (85,26,56). Sum of RGB (Red+Green+Blue) = 85+26+56=167 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.90% from 167); Green value is 26 (10.55% from 255 or 15.57% from 167); Blue value is 56 (22.27% from 255 or 33.53% from 167); Max value from RGB is 85 - color contains mainly: red. Hex color #551A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551A38 is #AAE5C7. Grayscale: #2F2F2F. Windows color (decimal): -11199944 or 3676757. OLE color: 3676757.

HSL color Cylindrical-coordinate representation of color #551A38: hue angle of 329.49º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #551A38 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.67.

Color convert

RGB852656-
CMYK00.690.340.67
HSL329.49º53.15%21.76%-
HSV(B)329.49º69.41%33.33%-
XYZ4.832.964.06-
YUV47.06133.05155.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.90%
GREEN value IS 26 (10.55% from 255) = 15.57%
BLUE value IS 56 (22.27% from 255) = 33.53%
R=50.90%
G=15.57%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85265600.690.340.67329.4953.1521.76
Hex551A3804522431493516
Octal12532700105421035116526
Binary10101011101011100001000101100010100001110100100111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551A38; }

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

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

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

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

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

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

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

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