#561033

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

Shades of Blackberry #561033

Tints of Blackberry #561033

Color information

#561033 (or 0x561033) is unknown color: approx Blackberry. HEX triplet: 56, 10 and 33. RGB value is (86,16,51). Sum of RGB (Red+Green+Blue) = 86+16+51=153 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.21% from 153); Green value is 16 (6.64% from 255 or 10.46% from 153); Blue value is 51 (20.31% from 255 or 33.33% from 153); Max value from RGB is 86 - color contains mainly: red. Hex color #561033 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561033 is #A9EFCC. Grayscale: #282828. Windows color (decimal): -11136973 or 3346518. OLE color: 3346518.

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

Color convert

RGB861651-
CMYK00.810.410.66
HSL330º68.63%20%-
HSV(B)330º81.4%33.73%-
XYZ4.622.593.39-
YUV40.92133.69160.15-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 56.21%
GREEN value IS 16 (6.64% from 255) = 10.46%
BLUE value IS 51 (20.31% from 255) = 33.33%
R=56.21%
G=10.46%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.41
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86165100.810.410.6633068.6320
Hex561033051294214a4514
Octal126206301215110251210524
Binary101011010000110011010100011010011000010101001010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561033; }

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

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

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

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

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

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

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

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