#561B37

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

Shades of Blackberry #561B37

Tints of Blackberry #561B37

Color information

#561B37 (or 0x561B37) is unknown color: approx Blackberry. HEX triplet: 56, 1B and 37. RGB value is (86,27,55). Sum of RGB (Red+Green+Blue) = 86+27+55=168 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.19% from 168); Green value is 27 (10.94% from 255 or 16.07% from 168); Blue value is 55 (21.88% from 255 or 32.74% from 168); Max value from RGB is 86 - color contains mainly: red. Hex color #561B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561B37 is #A9E4C8. Grayscale: #2F2F2F. Windows color (decimal): -11134153 or 3611478. OLE color: 3611478.

HSL color Cylindrical-coordinate representation of color #561B37: hue angle of 331.53º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #561B37 is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.66.

Color convert

RGB862755-
CMYK00.690.360.66
HSL331.53º52.21%22.16%-
HSV(B)331.53º68.6%33.73%-
XYZ4.923.043.94-
YUV47.83132.05155.22-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 51.19%
GREEN value IS 27 (10.94% from 255) = 16.07%
BLUE value IS 55 (21.88% from 255) = 32.74%
R=51.19%
G=16.07%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.36
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86275500.690.360.66331.5352.2122.16
Hex561B37045244214c3416
Octal12633670105441025146426
Binary10101101101111011101000101100100100001010100110011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561B37; }

 p { color: rgb(86,27,55); }

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

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

 a { background-color: rgb(86,27,55); }

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

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

 span { border-color: rgb(86,27,55); }

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