#56072A

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

Shades of Blackberry #56072A

Tints of Blackberry #56072A

Color information

#56072A (or 0x56072A) is unknown color: approx Blackberry. HEX triplet: 56, 07 and 2A. RGB value is (86,7,42). Sum of RGB (Red+Green+Blue) = 86+7+42=135 (17% of max value = 765). Red value is 86 (33.98% from 255 or 63.70% from 135); Green value is 7 (3.12% from 255 or 5.19% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 86 - color contains mainly: red. Hex color #56072A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56072A is #A9F8D5. Grayscale: #222222. Windows color (decimal): -11139286 or 2754390. OLE color: 2754390.

HSL color Cylindrical-coordinate representation of color #56072A: hue angle of 333.42º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #56072A is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB86742-
CMYK00.920.510.66
HSL333.42º84.95%18.24%-
HSV(B)333.42º91.86%33.73%-
XYZ4.332.32.41-
YUV34.61132.17164.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 63.70%
GREEN value IS 7 (3.12% from 255) = 5.19%
BLUE value IS 42 (16.80% from 255) = 31.11%
R=63.70%
G=5.19%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8674200.920.510.66333.4284.9518.24
Hex5672A05C334214d5512
Octal12675201346310251512522
Binary1010110111101010010111001100111000010101001101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56072A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56072A; }

 p { color: rgb(86,7,42); }

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

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

 a { background-color: rgb(86,7,42); }

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

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

 span { border-color: rgb(86,7,42); }

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