#561131

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

Shades of Blackberry #561131

Tints of Blackberry #561131

Color information

#561131 (or 0x561131) is unknown color: approx Blackberry. HEX triplet: 56, 11 and 31. RGB value is (86,17,49). Sum of RGB (Red+Green+Blue) = 86+17+49=152 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.58% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 86 - color contains mainly: red. Hex color #561131 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561131 is #A9EECE. Grayscale: #292929. Windows color (decimal): -11136719 or 3215702. OLE color: 3215702.

HSL color Cylindrical-coordinate representation of color #561131: hue angle of 332.17º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #561131 is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.66.

Color convert

RGB861749-
CMYK00.800.430.66
HSL332.17º66.99%20.2%-
HSV(B)332.17º80.23%33.73%-
XYZ4.592.63.17-
YUV41.28132.36159.9-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 56.58%
GREEN value IS 17 (7.03% from 255) = 11.18%
BLUE value IS 49 (19.53% from 255) = 32.24%
R=56.58%
G=11.18%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.43
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86174900.800.430.66332.1766.9920.2
Hex5611310502B4214c4314
Octal126216101205310251410324
Binary101011010001110001010100001010111000010101001100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561131; }

 p { color: rgb(86,17,49); }

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

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

 a { background-color: rgb(86,17,49); }

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

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

 span { border-color: rgb(86,17,49); }

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