#561631

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

Shades of Blackberry #561631

Tints of Blackberry #561631

Color information

#561631 (or 0x561631) is unknown color: approx Blackberry. HEX triplet: 56, 16 and 31. RGB value is (86,22,49). Sum of RGB (Red+Green+Blue) = 86+22+49=157 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.78% from 157); Green value is 22 (8.98% from 255 or 14.01% from 157); Blue value is 49 (19.53% from 255 or 31.21% from 157); Max value from RGB is 86 - color contains mainly: red. Hex color #561631 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561631 is #A9E9CE. Grayscale: #2C2C2C. Windows color (decimal): -11135439 or 3216982. OLE color: 3216982.

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

Color convert

RGB862249-
CMYK00.740.430.66
HSL334.69º59.26%21.18%-
HSV(B)334.69º74.42%33.73%-
XYZ4.682.773.19-
YUV44.21130.7157.8-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 54.78%
GREEN value IS 22 (8.98% from 255) = 14.01%
BLUE value IS 49 (19.53% from 255) = 31.21%
R=54.78%
G=14.01%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.43
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86224900.740.430.66334.6959.2621.18
Hex56163104A2B4214f3b15
Octal12626610112531025177325
Binary10101101011011000101001010101011100001010100111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561631; }

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

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

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

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

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

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

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

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