#561332

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

Shades of Blackberry #561332

Tints of Blackberry #561332

Color information

#561332 (or 0x561332) is unknown color: approx Blackberry. HEX triplet: 56, 13 and 32. RGB value is (86,19,50). Sum of RGB (Red+Green+Blue) = 86+19+50=155 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.48% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 86 - color contains mainly: red. Hex color #561332 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561332 is #A9ECCD. Grayscale: #2A2A2A. Windows color (decimal): -11136206 or 3281750. OLE color: 3281750.

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

Color convert

RGB861950-
CMYK00.780.420.66
HSL332.24º63.81%20.59%-
HSV(B)332.24º77.91%33.73%-
XYZ4.652.673.29-
YUV42.57132.2158.98-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 55.48%
GREEN value IS 19 (7.81% from 255) = 12.26%
BLUE value IS 50 (19.92% from 255) = 32.26%
R=55.48%
G=12.26%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.42
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86195000.780.420.66332.2463.8120.59
Hex56133204E2A4214c4015
Octal126236201165210251410025
Binary101011010011110010010011101010101000010101001100100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561332; }

 p { color: rgb(86,19,50); }

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

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

 a { background-color: rgb(86,19,50); }

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

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

 span { border-color: rgb(86,19,50); }

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