#560E33

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

Shades of Blackberry #560E33

Tints of Blackberry #560E33

Color information

#560E33 (or 0x560E33) is unknown color: approx Blackberry. HEX triplet: 56, 0E and 33. RGB value is (86,14,51). Sum of RGB (Red+Green+Blue) = 86+14+51=151 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.95% from 151); Green value is 14 (5.86% from 255 or 9.27% from 151); Blue value is 51 (20.31% from 255 or 33.77% from 151); Max value from RGB is 86 - color contains mainly: red. Hex color #560E33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560E33 is #A9F1CC. Grayscale: #272727. Windows color (decimal): -11137485 or 3346006. OLE color: 3346006.

HSL color Cylindrical-coordinate representation of color #560E33: hue angle of 329.17º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #560E33 is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.66.

Color convert

RGB861451-
CMYK00.840.410.66
HSL329.17º72%19.61%-
HSV(B)329.17º83.72%33.73%-
XYZ4.592.533.38-
YUV39.75134.35160.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 56.95%
GREEN value IS 14 (5.86% from 255) = 9.27%
BLUE value IS 51 (20.31% from 255) = 33.77%
R=56.95%
G=9.27%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.41
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86145100.840.410.66329.177219.61
Hex56E3305429421494814
Octal126166301245110251111024
Binary10101101110110011010101001010011000010101001001100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,14,51); }

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

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

 a { background-color: rgb(86,14,51); }

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

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

 span { border-color: rgb(86,14,51); }

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