#56142E

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

Shades of Blackberry #56142E

Tints of Blackberry #56142E

Color information

#56142E (or 0x56142E) is unknown color: approx Blackberry. HEX triplet: 56, 14 and 2E. RGB value is (86,20,46). Sum of RGB (Red+Green+Blue) = 86+20+46=152 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.58% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 46 (18.36% from 255 or 30.26% from 152); Max value from RGB is 86 - color contains mainly: red. Hex color #56142E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56142E is #A9EBD1. Grayscale: #2A2A2A. Windows color (decimal): -11135954 or 3019862. OLE color: 3019862.

HSL color Cylindrical-coordinate representation of color #56142E: hue angle of 336.36º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #56142E is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.66.

Color convert

RGB862046-
CMYK00.770.470.66
HSL336.36º62.26%20.78%-
HSV(B)336.36º76.74%33.73%-
XYZ4.582.682.86-
YUV42.7129.87158.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 56.58%
GREEN value IS 20 (8.20% from 255) = 13.16%
BLUE value IS 46 (18.36% from 255) = 30.26%
R=56.58%
G=13.16%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.47
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86204600.770.470.66336.3662.2620.78
Hex56142E04D2F421503e15
Octal12624560115571025207625
Binary10101101010010111001001101101111100001010101000011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56142E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56142E; }

 p { color: rgb(86,20,46); }

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

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

 a { background-color: rgb(86,20,46); }

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

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

 span { border-color: rgb(86,20,46); }

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