#560A29

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

Shades of Blackberry #560A29

Tints of Blackberry #560A29

Color information

#560A29 (or 0x560A29) is unknown color: approx Blackberry. HEX triplet: 56, 0A and 29. RGB value is (86,10,41). Sum of RGB (Red+Green+Blue) = 86+10+41=137 (18% of max value = 765). Red value is 86 (33.98% from 255 or 62.77% from 137); Green value is 10 (4.30% from 255 or 7.30% from 137); Blue value is 41 (16.41% from 255 or 29.93% from 137); Max value from RGB is 86 - color contains mainly: red. Hex color #560A29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560A29 is #A9F5D6. Grayscale: #242424. Windows color (decimal): -11138519 or 2689622. OLE color: 2689622.

HSL color Cylindrical-coordinate representation of color #560A29: hue angle of 335.53º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #560A29 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.66.

Color convert

RGB861041-
CMYK00.880.520.66
HSL335.53º79.17%18.82%-
HSV(B)335.53º88.37%33.73%-
XYZ4.352.362.32-
YUV36.26130.68163.48-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 62.77%
GREEN value IS 10 (4.30% from 255) = 7.30%
BLUE value IS 41 (16.41% from 255) = 29.93%
R=62.77%
G=7.30%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86104100.880.520.66335.5379.1718.82
Hex56A2905834421504f13
Octal126125101306410252011723
Binary10101101010101001010110001101001000010101010000100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560A29; }

 p { color: rgb(86,10,41); }

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

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

 a { background-color: rgb(86,10,41); }

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

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

 span { border-color: rgb(86,10,41); }

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