#560626

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

Shades of Blackberry #560626

Tints of Blackberry #560626

Color information

#560626 (or 0x560626) is unknown color: approx Blackberry. HEX triplet: 56, 06 and 26. RGB value is (86,6,38). Sum of RGB (Red+Green+Blue) = 86+6+38=130 (17% of max value = 765). Red value is 86 (33.98% from 255 or 66.15% from 130); Green value is 6 (2.73% from 255 or 4.62% from 130); Blue value is 38 (15.23% from 255 or 29.23% from 130); Max value from RGB is 86 - color contains mainly: red. Hex color #560626 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560626 is #A9F9D9. Grayscale: #212121. Windows color (decimal): -11139546 or 2491990. OLE color: 2491990.

HSL color Cylindrical-coordinate representation of color #560626: hue angle of 336º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #560626 is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.66.

Color convert

RGB86638-
CMYK00.930.560.66
HSL336º86.96%18.04%-
HSV(B)336º93.02%33.73%-
XYZ4.252.252.04-
YUV33.57130.5165.4-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 66.15%
GREEN value IS 6 (2.73% from 255) = 4.62%
BLUE value IS 38 (15.23% from 255) = 29.23%
R=66.15%
G=4.62%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8663800.930.560.6633686.9618.04
Hex5662605D38421505712
Octal12664601357010252012722
Binary1010110110100110010111011110001000010101010000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560626; }

 p { color: rgb(86,6,38); }

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

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

 a { background-color: rgb(86,6,38); }

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

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

 span { border-color: rgb(86,6,38); }

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