#561339

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

Shades of Blackberry #561339

Tints of Blackberry #561339

Color information

#561339 (or 0x561339) is unknown color: approx Blackberry. HEX triplet: 56, 13 and 39. RGB value is (86,19,57). Sum of RGB (Red+Green+Blue) = 86+19+57=162 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.09% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 57 (22.66% from 255 or 35.19% from 162); Max value from RGB is 86 - color contains mainly: red. Hex color #561339 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561339 is #A9ECC6. Grayscale: #2B2B2B. Windows color (decimal): -11136199 or 3740502. OLE color: 3740502.

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

Color convert

RGB861957-
CMYK00.780.340.66
HSL325.97º63.81%20.59%-
HSV(B)325.97º77.91%33.73%-
XYZ4.812.744.15-
YUV43.36135.7158.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.09%
GREEN value IS 19 (7.81% from 255) = 11.73%
BLUE value IS 57 (22.66% from 255) = 35.19%
R=53.09%
G=11.73%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.34
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86195700.780.340.66325.9763.8120.59
Hex56133904E22421464015
Octal126237101164210250610025
Binary101011010011111001010011101000101000010101000110100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561339; }

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

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

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

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

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

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

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

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